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