Generated\BoundNodes.xml.Generated.cs (9)
3516public BoundLocalFunctionStatement Update(MethodSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3520var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9039return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9421public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9657public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10135public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11390public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13535public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
15907public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]