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