1 write to nextVariableSlot
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
509
nextVariableSlot
= nextVariableSlot + 1
7 references to nextVariableSlot
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (2)
83
_state.Assigned.EnsureCapacity(
nextVariableSlot
)
84
For i = oldNext To
nextVariableSlot
- 1
Analysis\FlowAnalysis\DataFlowPass.vb (4)
508
slot =
nextVariableSlot
509
nextVariableSlot =
nextVariableSlot
+ 1
1153
_alreadyReported.EnsureCapacity(Me.
nextVariableSlot
)
1571
Dim result = New LocalState(BitVector.AllSet(
nextVariableSlot
))
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
196
For i = SlotKind.FirstAvailable To
nextVariableSlot
- 1