3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
3 instantiations of BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\BoundNodes.xml.Generated.vb (3)
5302MyBase.New(BoundKind.DoLoopStatement, syntax, continueLabel, exitLabel, hasErrors OrElse topConditionOpt.NonNullAndHasErrors() OrElse bottomConditionOpt.NonNullAndHasErrors() OrElse body.NonNullAndHasErrors())
5370MyBase.New(BoundKind.WhileStatement, syntax, continueLabel, exitLabel, hasErrors OrElse condition.NonNullAndHasErrors() OrElse body.NonNullAndHasErrors())
5415MyBase.New(kind, syntax, continueLabel, exitLabel, hasErrors)
4 references to BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (4)