3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\BoundNodes.xml.Generated.vb (3)
5299Inherits BoundLoopStatement 5367Inherits BoundLoopStatement 5412Inherits BoundLoopStatement
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)
Analysis\FlowAnalysis\AbstractFlowPass.Regions.vb (1)
43Private ReadOnly _loopHeadState As Dictionary(Of BoundLoopStatement, LocalState)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
133Me._loopHeadState = If(trackUnassignments, New Dictionary(Of BoundLoopStatement, LocalState)(), Nothing) 358Private Sub LoopHead(node As BoundLoopStatement) 373Private Sub LoopTail(node As BoundLoopStatement)