3 overrides of CanRemoveParentheses
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.cs (1)
27
protected override bool
CanRemoveParentheses
(
CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer.cs (1)
27
protected override bool
CanRemoveParentheses
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicRemoveUnnecessaryParenthesesDiagnosticAnalyzer.vb (1)
27
Protected Overrides Function
CanRemoveParentheses
(
1 reference to CanRemoveParentheses
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnnecessaryParenthesesDiagnosticAnalyzer.cs (1)
52
if (!
CanRemoveParentheses
(parenthesizedExpression, context.SemanticModel, cancellationToken,