1 write to _comparer
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\LegacyPriorityQueue.cs (1)
106
_comparer
= comparer;
2 references to _comparer
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\LegacyPriorityQueue.cs (2)
159
if (
_comparer
.Compare(value, _heap[parentIndex]) < 0)
200
(rightChild < _count &&
_comparer
.Compare(_heap[rightChild], _heap[leftChild]) < 0) ?