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