3 references to GetContinuationAction
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
443
crit.UnsafeOnCompleted(TOps.
GetContinuationAction
(task));
448
notifier.OnCompleted(TOps.
GetContinuationAction
(task));
523
var taskSchedCont = new TaskSchedulerAwaitTaskContinuation(sched, TOps.
GetContinuationAction
(task), flowExecutionContext: false);