Generated\BoundNodes.xml.Generated.cs (8)
3862public BoundIfStatement Update(BoundExpression condition, BoundStatement consequence, BoundStatement? alternativeOpt)
3866var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);
9061return VisitIfStatement((BoundIfStatement)node, arg);
9432public virtual R VisitIfStatement(BoundIfStatement node, A arg) => this.DefaultVisit(node, arg);
9668public virtual BoundNode? VisitIfStatement(BoundIfStatement node) => this.DefaultVisit(node);
10177public override BoundNode? VisitIfStatement(BoundIfStatement node)
11447public override BoundNode? VisitIfStatement(BoundIfStatement node)
15991public override TreeDumperNode VisitIfStatement(BoundIfStatement node, object? arg) => new TreeDumperNode("ifStatement", null, new TreeDumperNode[]