3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\BoundNodes.xml.Generated.vb (3)
5318Inherits BoundLoopStatement 5386Inherits BoundLoopStatement 5431Inherits BoundLoopStatement
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)
125Me._loopHeadState = If(trackUnassignments, New Dictionary(Of BoundLoopStatement, LocalState)(), Nothing) 367Private Sub LoopHead(node As BoundLoopStatement) 382Private Sub LoopTail(node As BoundLoopStatement)