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