3 references to RunOrScheduleAction
System.Private.CoreLib (3)
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);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
482
RunOrScheduleAction
(m_action, m_scheduler, m_capturedContext, canInlineContinuationTask);