4 writes to comparer
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
85comparer = new Comparer(CultureInfo.CurrentCulture); 101comparer = new Comparer(CultureInfo.CurrentCulture); 117if (comparer != null) this.comparer = comparer; 301sl.comparer = comparer;
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);