1 write to _hoistedLocalSlotCount
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
74
_hoistedLocalSlotCount
= hoistedLocalSlotCount;
1 reference to _hoistedLocalSlotCount
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
232
public override int PreviousHoistedLocalSlotCount =>
_hoistedLocalSlotCount
;