Generated\BoundNodes.xml.Generated.cs (9)
3575public BoundLocalFunctionStatement Update(MethodSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3579var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
9261return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9652public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9893public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
10382public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
11680public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
13886public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
16289public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]