Implemented interface members:
8 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
183return TryGetValue(pair.Key, out var value)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (7)
399if (map.TryGetValue(key, out var value)) 419if (map.TryGetValue(key, out var value)) 438if (priorCollection.TryGetValue(key, out var oldValue)) 472if (priorCollection.TryGetValue(key, out var oldValue)) 508if (priorCollection.TryGetValue(key, out var oldValue)) 567if (!priorCollection.TryGetValue(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue)) 594if (!priorCollection.TryGetValue(key, out value))