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