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