Generated\BoundNodes.xml.Generated.cs (8)
3930public BoundIfStatement Update(BoundExpression condition, BoundStatement consequence, BoundStatement? alternativeOpt)
3934var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);
9300return VisitIfStatement((BoundIfStatement)node, arg);
9680public virtual R VisitIfStatement(BoundIfStatement node, A arg) => this.DefaultVisit(node, arg);
9921public virtual BoundNode? VisitIfStatement(BoundIfStatement node) => this.DefaultVisit(node);
10437public override BoundNode? VisitIfStatement(BoundIfStatement node)
11738public override BoundNode? VisitIfStatement(BoundIfStatement node)
16354public override TreeDumperNode VisitIfStatement(BoundIfStatement node, object? arg) => new TreeDumperNode("ifStatement", null, new TreeDumperNode[]