Generated\BoundNodes.xml.Generated.cs (8)
3869public BoundIfStatement Update(BoundExpression condition, BoundStatement consequence, BoundStatement? alternativeOpt)
3873var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);
9068return VisitIfStatement((BoundIfStatement)node, arg);
9439public virtual R VisitIfStatement(BoundIfStatement node, A arg) => this.DefaultVisit(node, arg);
9675public virtual BoundNode? VisitIfStatement(BoundIfStatement node) => this.DefaultVisit(node);
10184public override BoundNode? VisitIfStatement(BoundIfStatement node)
11395public override BoundNode? VisitIfStatement(BoundIfStatement node)
15862public override TreeDumperNode VisitIfStatement(BoundIfStatement node, object? arg) => new TreeDumperNode("ifStatement", null, new TreeDumperNode[]