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