1 write to _hoistedLocalSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
73_hoistedLocalSlots = hoistedLocalSlots;
2 references to _hoistedLocalSlots
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
206if (_hoistedLocalSlots == null) 229return _hoistedLocalSlots.TryGetValue(localKey, out slotIndex);