Implemented interface members:
4 references to TryGetValue
Microsoft.CodeAnalysis (4)
ImmutableSegmentedDictionary`2.cs (1)
275=> _dictionary.TryGetValue(key, out value);
ImmutableSegmentedDictionary`2+Builder.cs (1)
213=> ReadOnlyDictionary.TryGetValue(key, out value);
Serialization\ObjectWriter.cs (1)
426=> _valueToIdMap.TryGetValue(value, out referenceId);
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
210if (!map.TryGetValue(id, out list))