2 references to CanRemoveParenthesesHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer.cs (1)
32return CanRemoveParenthesesHelper(parenthesizedExpression, out precedence, out clarifiesPrecedence);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnnecessaryParenthesesCodeFixProvider.cs (1)
30ParenthesizedPatternSyntax p => CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer.CanRemoveParenthesesHelper(p, out _, out _),