Base:
method
VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult>.VisitParenthesizedExpression(Microsoft.CodeAnalysis.CSharp.Syntax.ParenthesizedExpressionSyntax)
2 overrides of VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
77public override SyntaxNode? VisitParenthesizedExpression(ParenthesizedExpressionSyntax node)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.Rewriter.cs (1)
21public override SyntaxNode VisitParenthesizedExpression(ParenthesizedExpressionSyntax node)
2 references to VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
79var newNode = base.VisitParenthesizedExpression(node);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.Rewriter.cs (1)
25newNode: base.VisitParenthesizedExpression(node),