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