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