Implemented interface members:
2 references to TryGetValue
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
181if (!this.TryGetValue(key, out value!)) 622if (this.TryGetValue(key, out value!))