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