Implemented interface members:
6 references to ContainsKey
Microsoft.CodeAnalysis.Workspaces (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (2)
190=> _dictionary.ContainsKey(key); 201if (!self._dictionary.ContainsKey(key))
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
153=> ReadOnlyDictionary.ContainsKey(key);
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
1135return ContainsKey((TKey)key); 1350=> _dictionary.ContainsKey(item);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
381_anchorBaseTokenMap.ContainsKey(operation.AnchorToken))