1 write to keyComparer
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
844this.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; 849return keyComparer.Compare(x.Key, y.Key); 857return this.keyComparer == other.keyComparer || this.keyComparer.Equals(other.keyComparer); 864return this.keyComparer.GetHashCode();