Implemented interface members:
2 references to TryGetValue
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
265=> _dictionary.TryGetValue(key, out value);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
227=> ReadOnlyDictionary.TryGetValue(key, out value);