5 references to SupportsNotPattern
Text.Analyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
328
if (generatorInternal.SyntaxFacts.
SupportsNotPattern
(parseOptions))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (4)
115
if (syntaxFacts.
SupportsNotPattern
(options))
187
else if (syntaxFacts.IsIsTypeExpression(expressionNode) && syntaxFacts.
SupportsNotPattern
(semanticModel.SyntaxTree.Options))
266
if (syntaxFacts.
SupportsNotPattern
(semanticModel.SyntaxTree.Options))
561
if (syntaxFacts.
SupportsNotPattern
(pattern.SyntaxTree.Options) &&