Implemented interface members:
8 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (8)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
183return TryGetValue(pair.Key, out var value)
src\Dependencies\Collections\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))