3 writes to comparer
System.Collections (3)
System\Collections\Generic\SortedList.cs (3)
78comparer = Comparer<TKey>.Default; 93comparer = Comparer<TKey>.Default; 111this.comparer = comparer;
5 references to comparer
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
183int i = Array.BinarySearch<TKey>(keys, 0, _size, key, comparer); 261return comparer; 584int i = Array.BinarySearch<TKey>(keys, 0, _size, key, comparer); 642int ret = Array.BinarySearch<TKey>(keys, 0, _size, key, comparer); 1096_dict.Count, key, _dict.comparer);