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)
29if (_comparer != null) 30return _comparer.Compare(a,b); 56return _comparer;