4 references to Comparers
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (4)
872return bucket.TryGetValue(key, origin.Comparers, out _); 888return bucket.TryGetValue(keyValuePair.Key, origin.Comparers, out value!) 904return bucket.TryGetValue(key, origin.Comparers, out value!); 920return bucket.TryGetKey(equalKey, origin.Comparers, out actualKey);