3 references to RunFromThreadPoolDispatchLoop
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
376
ExecutionContext.
RunFromThreadPoolDispatchLoop
(threadPoolThread, context, s_callback, this);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2345
ExecutionContext.
RunFromThreadPoolDispatchLoop
(threadPoolThread, ec, s_ecCallback, this);
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
729
ExecutionContext.
RunFromThreadPoolDispatchLoop
(Thread.CurrentThread, context, s_callCallbackInContext, this);