7 references to BoundBadStatement
Microsoft.CodeAnalysis.CSharp (7)
Compilation\SyntaxTreeSemanticModel_RegionAnalysisContext.cs (1)
34
var node = new
BoundBadStatement
(expression, ImmutableArray<BoundNode>.Empty, hasErrors: true);
Compiler\MethodCompiler.cs (1)
1478
return new
BoundBadStatement
(body.Syntax, ImmutableArray.Create<BoundNode>(body), hasErrors: true);
Generated\BoundNodes.xml.Generated.cs (1)
1030
var result = new
BoundBadStatement
(this.Syntax, childBoundNodes, this.HasErrors);
Lowering\AsyncRewriter\AsyncRewriter.cs (2)
95
return new
BoundBadStatement
(bodyWithAwaitLifted.Syntax, ImmutableArray.Create<BoundNode>(bodyWithAwaitLifted), hasErrors: true);
223
return new
BoundBadStatement
(F.Syntax, ImmutableArray<BoundNode>.Empty, hasErrors: true);
Lowering\LocalRewriter\LocalRewriter.cs (1)
173
return new
BoundBadStatement
(statement.Syntax, ImmutableArray.Create<BoundNode>(statement), hasErrors: true);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
123
return new
BoundBadStatement
(F.Syntax, ImmutableArray<BoundNode>.Empty, hasErrors: true);