- Timestamp:
- Aug 1, 2022, 12:26:44 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/SpaceWizards.HttpListener/src/System/Threading/Tasks/TaskToApm.cs
r376 r377 11 11 // public int EndFoo(IAsyncResult asyncResult) => 12 12 // TaskToApm.End<int>(asyncResult); 13 14 // ReSharper disable RedundantUsingDirective 15 // ReSharper disable ConvertTypeCheckPatternToNullCheck 16 // ReSharper disable ConditionIsAlwaysTrueOrFalse 17 #pragma warning disable CS8602 18 #pragma warning disable CS8601 19 #pragma warning disable CS8618 13 20 14 21 #nullable enable … … 64 71 65 72 /// <summary>Throws an argument exception for the invalid <paramref name="asyncResult"/>.</summary> 73 #if !UNITY_NETFRAMEWORK 66 74 [DoesNotReturn] 75 #endif 67 76 private static void ThrowArgumentException(IAsyncResult asyncResult) => 68 77 throw (asyncResult is null ?
Note:
See TracChangeset
for help on using the changeset viewer.