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