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); 211if (!self._dictionary.ContainsKey(key))
ImmutableSegmentedDictionary`2+Builder.cs (1)
139=> ReadOnlyDictionary.ContainsKey(key);
SegmentedDictionary`2.cs (2)
1099return ContainsKey((TKey)key); 1312=> _dictionary.ContainsKey(item);