4 references to LocalPop
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (4)
222object? unused = LocalPop(); 665while (tl.workStealingQueue.LocalPop() is object workItem) 702object? workItem = tl.workStealingQueue.LocalPop(); 1095while (workStealingQueue.LocalPop() is object cb)