2 references to BoundWhileStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
2833
Return New
BoundWhileStatement
(node, condition, loopBody,
Generated\BoundNodes.xml.Generated.vb (1)
5403
Dim result = New
BoundWhileStatement
(Me.Syntax, condition, body, continueLabel, exitLabel, Me.HasErrors)