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