3 references to CanSteal
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (3)
331
if (
CanSteal
)
850
if (otherQueue != localWsq && otherQueue.
CanSteal
)
928
if (dispatchNormalPriorityWorkFirst && !tl.workStealingQueue.
CanSteal
)