Implemented interface members:
8 references to TryGetValue
Microsoft.CodeAnalysis.Collections.Package (8)
ImmutableSegmentedDictionary`2.cs (1)
183return TryGetValue(pair.Key, out var value)
RoslynImmutableInterlocked.cs (7)
398if (map.TryGetValue(key, out var value)) 418if (map.TryGetValue(key, out var value)) 437if (priorCollection.TryGetValue(key, out var oldValue)) 471if (priorCollection.TryGetValue(key, out var oldValue)) 507if (priorCollection.TryGetValue(key, out var oldValue)) 566if (!priorCollection.TryGetValue(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue)) 593if (!priorCollection.TryGetValue(key, out value))