Generated\BoundNodes.xml.Generated.cs (8)
3871public BoundIfStatement Update(BoundExpression condition, BoundStatement consequence, BoundStatement? alternativeOpt)
3875var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);
9034return VisitIfStatement((BoundIfStatement)node, arg);
9405public virtual R VisitIfStatement(BoundIfStatement node, A arg) => this.DefaultVisit(node, arg);
9641public virtual BoundNode? VisitIfStatement(BoundIfStatement node) => this.DefaultVisit(node);
10150public override BoundNode? VisitIfStatement(BoundIfStatement node)
11361public override BoundNode? VisitIfStatement(BoundIfStatement node)
15830public override TreeDumperNode VisitIfStatement(BoundIfStatement node, object? arg) => new TreeDumperNode("ifStatement", null, new TreeDumperNode[]