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