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