4 references to KeyOnlyComparer
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
367
ImmutableDictionary<TKey, TValue>.HashBucket newBucket = bucket.Remove(key, _comparers.
KeyOnlyComparer
, out result);
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (2)
275
int index = _additionalElements.IndexOf(kv, comparers.
KeyOnlyComparer
);
314
int index = _additionalElements.IndexOf(kv, comparers.
KeyOnlyComparer
);
System\Collections\Immutable\ImmutableDictionary_2.MutationInput.cs (1)
82
get { return _comparers.
KeyOnlyComparer
; }