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