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