Implemented interface members:
4 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (4)
FormattingContext.cs (1)
597if (_anchorBaseTokenMap.TryGetValue(tokenData.Token, out var tempAnchorData))
ImmutableSegmentedDictionary`2.cs (1)
275=> _dictionary.TryGetValue(key, out value);
ImmutableSegmentedDictionary`2+Builder.cs (1)
213=> ReadOnlyDictionary.TryGetValue(key, out value);
ObjectWriter.cs (1)
426=> _valueToIdMap.TryGetValue(value, out referenceId);