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