4 references to LocalPop
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (4)
210object? unused = LocalPop(); 728while (tl.workStealingQueue.LocalPop() is object workItem) 771object? workItem = tl.workStealingQueue.LocalPop(); 1294while (workStealingQueue.LocalPop() is object cb)