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