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