Generated\BoundNodes.xml.Generated.cs (9)
3577public BoundLocalFunctionStatement Update(MethodSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3581var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9156return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9541public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9779public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10261public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11531public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13707public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
16079public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]