1 instantiation of UnorderedItemsCollection
System.Collections (1)
System\Collections\Generic\PriorityQueue.cs (1)
186public UnorderedItemsCollection UnorderedItems => _unorderedItems ??= new UnorderedItemsCollection(this);
3 references to UnorderedItemsCollection
System.Collections (3)
System\Collections\Generic\PriorityQueue.cs (2)
36private UnorderedItemsCollection? _unorderedItems; 186public UnorderedItemsCollection UnorderedItems => _unorderedItems ??= new UnorderedItemsCollection(this);
System\Collections\Generic\PriorityQueueDebugView.cs (1)
21public PriorityQueueDebugView(PriorityQueue<TElement, TPriority>.UnorderedItemsCollection collection)