2 references to TryGetValue
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
593return ImmutableDictionary<TKey, TValue>.TryGetValue(key, this.Origin, out value!);
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
410return TryGetValue(key, this.Origin, out value!);