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