Implemented interface members:
6 references to ContainsKey
Microsoft.CodeAnalysis.CodeStyle (6)
FormattingContext.cs (1)
405
_anchorBaseTokenMap.
ContainsKey
(operation.AnchorToken))
ImmutableSegmentedDictionary`2.cs (2)
200
=> _dictionary.
ContainsKey
(key);
211
if (!self._dictionary.
ContainsKey
(key))
ImmutableSegmentedDictionary`2+Builder.cs (1)
139
=> ReadOnlyDictionary.
ContainsKey
(key);
SegmentedDictionary`2.cs (2)
1099
return
ContainsKey
((TKey)key);
1312
=> _dictionary.
ContainsKey
(item);