1 write to _nesting
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
208
Me.
_nesting
= ArrayBuilder(Of Integer).GetInstance()
19 references to _nesting
Microsoft.CodeAnalysis.VisualBasic (19)
Analysis\FlowAnalysis\AbstractFlowPass.vb (19)
205
If Me.
_nesting
IsNot Nothing Then
206
Me.
_nesting
.Free()
234
If Me.
_nesting
IsNot Nothing Then
235
Me.
_nesting
.Free()
476
Me._labels(target.Label) = New LabelStateAndNesting(target, _state, Me.
_nesting
)
596
If branchStatement IsNot Nothing AndAlso branch.Nesting.IsPrefixedBy(Me.
_nesting
, ignoreLast) Then
600
labelAndNesting.Nesting.IsPrefixedBy(Me.
_nesting
, ignoreLast)
1056
Dim level = Me.
_nesting
.Count
1057
Me.
_nesting
.Add(0)
1062
Me.
_nesting
.RemoveAt(level)
1066
Me.
_nesting
(level) = index
1503
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
1512
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2409
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2415
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2490
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2502
Me._labels(label) = New LabelStateAndNesting(node, Me.State.Clone(), Me.
_nesting
)
2544
_pendingBranches.Add(New PendingBranch(node, Me.StateWhenTrue, Me.
_nesting
))
2547
_pendingBranches.Add(New PendingBranch(node, Me.StateWhenFalse, Me.
_nesting
))