Implemented interface members:
8 references to TryGetValue
Microsoft.Build.Framework (8)
ImmutableSegmentedDictionary`2.cs (1)
195return TryGetValue(pair.Key, out var value)
RoslynImmutableInterlocked.cs (7)
277if (map.TryGetValue(key, out var value)) 297if (map.TryGetValue(key, out var value)) 316if (priorCollection.TryGetValue(key, out var oldValue)) 350if (priorCollection.TryGetValue(key, out var oldValue)) 386if (priorCollection.TryGetValue(key, out var oldValue)) 445if (!priorCollection.TryGetValue(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue)) 472if (!priorCollection.TryGetValue(key, out value))