Generated\BoundNodes.xml.Generated.cs (9)
3524public BoundLocalFunctionStatement Update(LocalFunctionSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3528var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9011return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9393public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9629public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10107public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11317public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13383public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
15754public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]