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