3 writes to nextFreeHoistedLocalSlot
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (3)
112
CreateNonReusableLocalProxies(variablesToHoist, Me.
nextFreeHoistedLocalSlot
)
169
Me.
nextFreeHoistedLocalSlot
= If(mapToPreviousFields, SlotAllocatorOpt.PreviousHoistedLocalSlotCount, 0)
317
Me.
nextFreeHoistedLocalSlot
= Me.nextFreeHoistedLocalSlot + 1
2 references to nextFreeHoistedLocalSlot
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (2)
316
slotIndex = Me.
nextFreeHoistedLocalSlot
317
Me.nextFreeHoistedLocalSlot = Me.
nextFreeHoistedLocalSlot
+ 1