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