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)
77
public override SyntaxNode?
VisitParenthesizedExpression
(ParenthesizedExpressionSyntax node)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.Rewriter.cs (1)
21
public override SyntaxNode
VisitParenthesizedExpression
(ParenthesizedExpressionSyntax node)
2 references to VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
79
var newNode = base.
VisitParenthesizedExpression
(node);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.Rewriter.cs (1)
25
newNode: base.
VisitParenthesizedExpression
(node),