Generated\BoundNodes.xml.Generated.cs (8)
3858public BoundIfStatement Update(BoundExpression condition, BoundStatement consequence, BoundStatement? alternativeOpt)
3862var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);
9057return VisitIfStatement((BoundIfStatement)node, arg);
9428public virtual R VisitIfStatement(BoundIfStatement node, A arg) => this.DefaultVisit(node, arg);
9664public virtual BoundNode? VisitIfStatement(BoundIfStatement node) => this.DefaultVisit(node);
10173public override BoundNode? VisitIfStatement(BoundIfStatement node)
11442public override BoundNode? VisitIfStatement(BoundIfStatement node)
15978public override TreeDumperNode VisitIfStatement(BoundIfStatement node, object? arg) => new TreeDumperNode("ifStatement", null, new TreeDumperNode[]