Generated\BoundNodes.xml.Generated.cs (9)
3413public BoundLocalFunctionStatement Update(LocalFunctionSymbol symbol, BoundBlock? blockBody, BoundBlock? expressionBody)
3417var result = new BoundLocalFunctionStatement(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);
8687return VisitLocalFunctionStatement((BoundLocalFunctionStatement)node, arg);
9056public virtual R VisitLocalFunctionStatement(BoundLocalFunctionStatement node, A arg) => this.DefaultVisit(node, arg);
9284public virtual BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node) => this.DefaultVisit(node);
9750public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
10922public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
12916public override BoundNode? VisitLocalFunctionStatement(BoundLocalFunctionStatement node)
15194public override TreeDumperNode VisitLocalFunctionStatement(BoundLocalFunctionStatement node, object? arg) => new TreeDumperNode("localFunctionStatement", null, new TreeDumperNode[]