4 references to RunForThreadPoolUnsafe
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
161
ExecutionContext.
RunForThreadPoolUnsafe
(_context, static x => x.ExecuteInternal(), this);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
652
ExecutionContext.
RunForThreadPoolUnsafe
(context, s_invokeAction, m_action);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1518
ExecutionContext.
RunForThreadPoolUnsafe
(_context, s_executionContextShim, this);
1545
ExecutionContext.
RunForThreadPoolUnsafe
(_context, callback, in _state);