2 instantiations of 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);
2 references to TaskSchedulerAwaitTaskContinuation
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1259
TaskSchedulerAwaitTaskContinuation
.RunOrScheduleAction(GetContinuationAction(), sched, capturedContext: null, allowInlining: true);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (1)
98
TaskSchedulerAwaitTaskContinuation
.RunOrScheduleAction((Action)RuntimeAsyncTask.m_action!, sched, capturedContext: null, allowInlining: canInline);