7 references to highPriorityWorkItems
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (7)
686highPriorityWorkItems.Enqueue(workItem); 717queue.highPriorityWorkItems.Enqueue(workItem); 752if (highPriorityWorkItems.TryDequeue(out workItem)) 760else if (!highPriorityWorkItems.IsEmpty && 836if (!highPriorityWorkItems.TryDequeue(out workItem)) 862long count = (long)highPriorityWorkItems.Count + workItems.Count; 1667foreach (object workItem in s_workQueue.highPriorityWorkItems)