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