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