3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\BoundNodes.xml.Generated.vb (3)
5318
Inherits
BoundLoopStatement
5386
Inherits
BoundLoopStatement
5431
Inherits
BoundLoopStatement
4 references to BoundLoopStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\AbstractFlowPass.Regions.vb (1)
43
Private ReadOnly _loopHeadState As Dictionary(Of
BoundLoopStatement
, LocalState)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
125
Me._loopHeadState = If(trackUnassignments, New Dictionary(Of
BoundLoopStatement
, LocalState)(), Nothing)
367
Private Sub LoopHead(node As
BoundLoopStatement
)
382
Private Sub LoopTail(node As
BoundLoopStatement
)