2 instantiations of TaskSchedulerAwaitTaskContinuation
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2511tc = new TaskSchedulerAwaitTaskContinuation(scheduler, continuationAction, flowExecutionContext); 2582tc = new TaskSchedulerAwaitTaskContinuation(scheduler, stateMachineBox.MoveNextAction, flowExecutionContext: false);