1 override of VisitCatchClause
Microsoft.CodeAnalysis.CSharp (1)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1956
public override SyntaxNode?
VisitCatchClause
(CatchClauseSyntax node)
1 reference to VisitCatchClause
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9115
public override TResult? Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor) where TResult : default => visitor.
VisitCatchClause
(this);