Generated\BoundNodes.xml.Generated.cs (9)
3574public BoundLocalFunctionStatement Update(MethodSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3578var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9270return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9661public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9902public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10391public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11679public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13881public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
16282public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]