2 references to Comparer
System.Collections (1)
System\Collections\Generic\PriorityQueueDebugView.cs (1)
34
list.Sort((i1, i2) => _queue.
Comparer
.Compare(i1.Priority, i2.Priority));
System.Threading.Channels (1)
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
371
list.Sort(_items.
Comparer
);