1 write to _comparer
PresentationCore (1)
Shared\MS\Internal\PriorityQueue.cs (1)
75_comparer = comparer;
2 references to _comparer
PresentationCore (2)
Shared\MS\Internal\PriorityQueue.cs (2)
192(rightChild < _count && _comparer.Compare(_heap[rightChild], _heap[leftChild]) < 0) ? 213if (_comparer.Compare(_heap[parent], x) > 0)