Binder\Binder_Statements.cs (5)
146result = new BoundBadStatement(node, ImmutableArray<BoundNode>.Empty, hasErrors: true);
520return new BoundBadStatement(node, ImmutableArray.Create<BoundNode>(expression), true);
545return new BoundBadStatement(node, childNodes, true);
2954return new BoundBadStatement(node, ImmutableArray<BoundNode>.Empty, hasErrors: true);
2965return new BoundBadStatement(node, ImmutableArray<BoundNode>.Empty, hasErrors: true);