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)
203
if (
_hoistedLocalSlots
== null)
226
return
_hoistedLocalSlots
.TryGetValue(localKey, out slotIndex);