Implemented interface members:
2 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
263
=> _dictionary.
TryGetValue
(key, out value);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
225
=> ReadOnlyDictionary.
TryGetValue
(key, out value);