2 references to BoundLabeledStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
504return new BoundLabeledStatement(node, symbol, body, hasError);
Generated\BoundNodes.xml.Generated.cs (1)
4651var result = new BoundLabeledStatement(this.Syntax, label, body, this.HasErrors);