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