Implemented interface members:
8 references to TryGetValue
Microsoft.CodeAnalysis.Collections.Package (8)
RoslynImmutableInterlocked.cs (7)
401if (map.TryGetValue(key, out var value)) 421if (map.TryGetValue(key, out var value)) 440if (priorCollection.TryGetValue(key, out var oldValue)) 474if (priorCollection.TryGetValue(key, out var oldValue)) 510if (priorCollection.TryGetValue(key, out var oldValue)) 569if (!priorCollection.TryGetValue(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue)) 596if (!priorCollection.TryGetValue(key, out value))
Segmented\ImmutableSegmentedDictionary`2.cs (1)
185return TryGetValue(pair.Key, out var value)