2 references to CanRemoveParentheses
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.cs (1)
41var result = parenthesizedExpression.CanRemoveParentheses(semanticModel, cancellationToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.cs (1)
37if (node.CanRemoveParentheses(semanticModel, cancellationToken))