2 references to BoundContinueStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2991
: new
BoundContinueStatement
(node, target, label, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3800
var result = new
BoundContinueStatement
(this.Syntax, label, labelExpressionOpt, this.HasErrors);