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