7 references to workItems
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (7)
564workItems.Enqueue(workItem); 575tl.assignedGlobalWorkItemQueue = workItems; 635: workItems; 776if (workItems.TryDequeue(out workItem)) 862long count = (long)highPriorityWorkItems.Count + workItems.Count; 1138assignedGlobalWorkItemQueue = tpq.workItems; 1682foreach (object workItem in s_workQueue.workItems)