2 references to BoundWhileStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\WhileBinder.cs (1)
35return new BoundWhileStatement(node, this.Locals, condition, body, this.BreakLabel, this.ContinueLabel);
Generated\BoundNodes.xml.Generated.cs (1)
3984var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);