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