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