4 writes to comparer
System.Collections.NonGeneric (4)
5 references to comparer
System.Collections.NonGeneric (5)
System\Collections\SortedList.cs (5)
177int i = Array.BinarySearch(keys, 0, _size, key, comparer);
301sl.comparer = comparer;
457int i = Array.BinarySearch(keys, 0, _size, key, comparer);
479int ret = Array.BinarySearch(keys, 0, _size, key, comparer);
974sortedList.Count, key, sortedList.comparer);