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