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