Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnsafeOnCompletedInternal()

static void System.Runtime.CompilerServices.TaskAwaiter< TResult >.UnsafeOnCompletedInternal ( Task task,
IAsyncStateMachineBox stateMachineBox,
bool continueOnCapturedContext )
inlinestaticpackage

Definition at line 94 of file TaskAwaiter.cs.

95 {
97 {
99 }
100 else
101 {
102 task.UnsafeSetContinuationForAwait(stateMachineBox, continueOnCapturedContext);
103 }
104 }
static bool s_asyncDebuggingEnabled
Definition Task.cs:960
static readonly TplEventSource Log
static Action OutputWaitEtwEvents(Task task, Action continuation)

References System.Threading.Tasks.TplEventSource.Log, System.Runtime.CompilerServices.TaskAwaiter< TResult >.OutputWaitEtwEvents(), System.Threading.Tasks.Task< TResult >.s_asyncDebuggingEnabled, and System.task.

Referenced by System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable< TResult >.ConfiguredValueTaskAwaiter.AwaitUnsafeOnCompleted(), System.Runtime.CompilerServices.ValueTaskAwaiter< TResult >.AwaitUnsafeOnCompleted(), and System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >.AwaitUnsafeOnCompleted< TAwaiter >().