Implemented interface members:
6 references to ContainsKey
Microsoft.CodeAnalysis.Workspaces (6)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (2)
188
=> _dictionary.
ContainsKey
(key);
199
if (!self._dictionary.
ContainsKey
(key))
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
151
=> ReadOnlyDictionary.
ContainsKey
(key);
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
1133
return
ContainsKey
((TKey)key);
1348
=> _dictionary.
ContainsKey
(item);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
382
_anchorBaseTokenMap.
ContainsKey
(operation.AnchorToken))