2 references to TryGetValue
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\ImmutableSegmentedHashSet`1.cs (1)
268if (_set.TryGetValue(equalValue, out var value))
Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
215if (ReadOnlySet.TryGetValue(equalValue, out var value))