9 references to KeyComparer
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
87
return _comparers.
KeyComparer
;
System\Collections\Immutable\ImmutableDictionary_2.Comparers.cs (4)
104
&& this.
KeyComparer
.Equals(x.FirstValue.Key, y.FirstValue.Key)
117
return this.
KeyComparer
.GetHashCode(obj.FirstValue.Key);
156
return keyComparer == Default.
KeyComparer
&& valueComparer == Default.ValueComparer
173
: Get(this.
KeyComparer
, valueComparer);
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
152
get { return _comparers.
KeyComparer
; }
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (2)
268
if (comparers.
KeyComparer
.Equals(_firstValue.Key, key))
307
if (comparers.
KeyComparer
.Equals(_firstValue.Key, equalKey))
System\Collections\Immutable\ImmutableDictionary_2.MutationInput.cs (1)
74
get { return _comparers.
KeyComparer
; }