1 write to keyComparer
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
842this.keyComparer = keyComparer ?? Comparer<TKey>.Default;
9 references to keyComparer
System.Collections (9)
System\Collections\Generic\SortedDictionary.cs (9)
39kv.keyComparer.Equals(keyValuePairComparer.keyComparer)) 149return ((KeyValuePairComparer)_set.Comparer).keyComparer; 847return keyComparer.Compare(x.Key, y.Key); 855return this.keyComparer == other.keyComparer || this.keyComparer.Equals(other.keyComparer); 862return this.keyComparer.GetHashCode();