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