2 references to CanRemoveParenthesesHelper
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.cs (1)
32return CanRemoveParenthesesHelper(
CSharpRemoveUnnecessaryParenthesesCodeFixProvider.cs (1)
29ParenthesizedExpressionSyntax p => CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.CanRemoveParenthesesHelper(p, semanticModel, cancellationToken, out _, out _),