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