7 references to workItems
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (7)
529workItems.Enqueue(workItem); 540tl.assignedGlobalWorkItemQueue = workItems; 600: workItems; 741if (workItems.TryDequeue(out workItem)) 827long count = (long)highPriorityWorkItems.Count + workItems.Count; 1095assignedGlobalWorkItemQueue = tpq.workItems; 1750foreach (object workItem in s_workQueue.workItems)