3 references to ExecuteEntryUnsafe
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2270
internal virtual void ExecuteFromThreadPool(Thread threadPoolThread) =>
ExecuteEntryUnsafe
(threadPoolThread);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (2)
35
((Task)s).
ExecuteEntryUnsafe
(threadPoolThread: null);
77
task.
ExecuteEntryUnsafe
(threadPoolThread: null); // handles switching Task.Current etc.