2 references to TryPopCustomWorkItem
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (2)
73
if (taskWasPreviouslyQueued && !ThreadPool.
TryPopCustomWorkItem
(task))
92
return ThreadPool.
TryPopCustomWorkItem
(task);