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