1 write to _previousLocalSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
97
_previousLocalSlots
= previousLocalInfoToSlot;
1 reference to _previousLocalSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
174
if (!
_previousLocalSlots
.TryGetValue(localKey, out int slot))