1 write to _comparer
mscorlib (1)
system\collections\compatiblecomparer.cs (1)
20
_comparer
= comparer;
3 references to _comparer
mscorlib (3)
system\collections\compatiblecomparer.cs (3)
29
if (
_comparer
!= null)
30
return
_comparer
.Compare(a,b);
56
return
_comparer
;