4 references to IsParenthesizedPattern
Microsoft.CodeAnalysis.CodeStyle (1)
ISyntaxFactsExtensions.cs (1)
329
if (syntaxFacts.
IsParenthesizedPattern
(node))
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
SyntaxGeneratorExtensions_Negate.cs (3)
91
if (syntaxFacts.
IsParenthesizedPattern
(expressionOrPattern))
319
if (syntaxFacts.
IsParenthesizedPattern
(subPattern))
328
if (syntaxFacts.
IsParenthesizedPattern
(pattern))