10 references to UnsafeOnCompletedInternal
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (2)
109
TaskAwaiter.
UnsafeOnCompletedInternal
(ta.m_task, box, continueOnCapturedContext: true);
114
TaskAwaiter.
UnsafeOnCompletedInternal
(ta.m_task, box, (ta.m_options & ConfigureAwaitOptions.ContinueOnCapturedContext) != 0);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConfiguredValueTaskAwaitable.cs (4)
101
TaskAwaiter.
UnsafeOnCompletedInternal
(t, box, _value._continueOnCapturedContext);
110
TaskAwaiter.
UnsafeOnCompletedInternal
(Task.CompletedTask, box, _value._continueOnCapturedContext);
206
TaskAwaiter.
UnsafeOnCompletedInternal
(t, box, _value._continueOnCapturedContext);
215
TaskAwaiter.
UnsafeOnCompletedInternal
(Task.CompletedTask, box, _value._continueOnCapturedContext);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ValueTaskAwaiter.cs (4)
93
TaskAwaiter.
UnsafeOnCompletedInternal
(t, box, continueOnCapturedContext: true);
101
TaskAwaiter.
UnsafeOnCompletedInternal
(Task.CompletedTask, box, continueOnCapturedContext: true);
175
TaskAwaiter.
UnsafeOnCompletedInternal
(t, box, continueOnCapturedContext: true);
183
TaskAwaiter.
UnsafeOnCompletedInternal
(Task.CompletedTask, box, continueOnCapturedContext: true);