1 write to _nesting
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
200
Me.
_nesting
= ArrayBuilder(Of Integer).GetInstance()
19 references to _nesting
Microsoft.CodeAnalysis.VisualBasic (19)
Analysis\FlowAnalysis\AbstractFlowPass.vb (19)
197
If Me.
_nesting
IsNot Nothing Then
198
Me.
_nesting
.Free()
226
If Me.
_nesting
IsNot Nothing Then
227
Me.
_nesting
.Free()
485
Me._labels(target.Label) = New LabelStateAndNesting(target, _state, Me.
_nesting
)
605
If branchStatement IsNot Nothing AndAlso branch.Nesting.IsPrefixedBy(Me.
_nesting
, ignoreLast) Then
609
labelAndNesting.Nesting.IsPrefixedBy(Me.
_nesting
, ignoreLast)
1065
Dim level = Me.
_nesting
.Count
1066
Me.
_nesting
.Add(0)
1071
Me.
_nesting
.RemoveAt(level)
1075
Me.
_nesting
(level) = index
1519
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
1528
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2425
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2431
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2506
Me._pendingBranches.Add(New PendingBranch(node, Me.State, Me.
_nesting
))
2518
Me._labels(label) = New LabelStateAndNesting(node, Me.State.Clone(), Me.
_nesting
)
2560
_pendingBranches.Add(New PendingBranch(node, Me.StateWhenTrue, Me.
_nesting
))
2563
_pendingBranches.Add(New PendingBranch(node, Me.StateWhenFalse, Me.
_nesting
))