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