2 references to TaskSchedulerAwaitTaskContinuation
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2667tc = new TaskSchedulerAwaitTaskContinuation(scheduler, continuationAction, flowExecutionContext); 2738tc = new TaskSchedulerAwaitTaskContinuation(scheduler, stateMachineBox.MoveNextAction, flowExecutionContext: false);