5 references to UnorderedItems
System.Collections (4)
System\Collections\Generic\PriorityQueue.cs (3)
1008
/// Advances the enumerator to the next element of the <see cref="
UnorderedItems
"/>.
1056
/// Returns an enumerator that iterates through the <see cref="
UnorderedItems
"/>.
1058
/// <returns>An <see cref="Enumerator"/> for the <see cref="
UnorderedItems
"/>.</returns>
System\Collections\Generic\PriorityQueueDebugView.cs (1)
31
var list = new List<(TElement Element, TPriority Priority)>(_queue.
UnorderedItems
);
System.Threading.Channels (1)
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
366
foreach ((bool _, T Priority) item in _items.
UnorderedItems
)