4 writes to comparer
mscorlib (4)
system\collections\sortedlist.cs (4)
100
comparer
= new Comparer(CultureInfo.CurrentCulture);
116
comparer
= new Comparer(CultureInfo.CurrentCulture);
131
if (comparer != null) this.
comparer
= comparer;
298
sl.
comparer
= comparer;
5 references to comparer
mscorlib (5)
system\collections\sortedlist.cs (5)
183
int i = Array.BinarySearch(keys, 0, _size, key,
comparer
);
298
sl.comparer =
comparer
;
449
int i = Array.BinarySearch(keys, 0, _size, key,
comparer
);
470
int ret = Array.BinarySearch(keys, 0, _size, key,
comparer
);
897
sortedList.Count, key, sortedList.
comparer
);