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