1 override of PreviousHoistedLocalSlotCount
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
229public override int PreviousHoistedLocalSlotCount => _hoistedLocalSlotCount;
1 reference to PreviousHoistedLocalSlotCount
Microsoft.CodeAnalysis (1)
CodeGen\VariableSlotAllocator.cs (1)
47/// Still, new hoisted variables are assigned slots starting with <see cref="PreviousHoistedLocalSlotCount"/>.