1 override of VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15754
public override TreeDumperNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]
1 reference to VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9011
return
VisitLocalFunctionStatement
((BoundLocalFunctionStatement)node, arg);