2 references to TryGetValue
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
468return this.Root.TryGetValue(key, _keyComparer, out value!);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
451return _root.TryGetValue(key, _keyComparer, out value!);