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