4 references to Comparers
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (4)
879return bucket.TryGetValue(key, origin.Comparers, out _); 895return bucket.TryGetValue(keyValuePair.Key, origin.Comparers, out value!) 911return bucket.TryGetValue(key, origin.Comparers, out value!); 927return bucket.TryGetKey(equalKey, origin.Comparers, out actualKey);