1 override of VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Main.Generated.cs (1)
1566
public override SyntaxNode?
VisitParenthesizedExpression
(ParenthesizedExpressionSyntax node)
1 reference to VisitParenthesizedExpression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
1128
public override TResult? Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor) where TResult : default => visitor.
VisitParenthesizedExpression
(this);