1 write to _symbolMap
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
66
_symbolMap
= symbolMap;
3 references to _symbolMap
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (3)
164
var previousType =
_symbolMap
.MapReference(currentType);
215
var previousType =
_symbolMap
.MapReference(currentType);
241
var typeRef =
_symbolMap
.MapReference(currentType);