Generated\BoundNodes.xml.Generated.cs (9)
3523public BoundLocalFunctionStatement Update(MethodSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3527var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9046return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9428public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9664public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10142public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11395public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13563public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
15933public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]