1 write to _symbolMap
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
68
_symbolMap
= symbolMap;
3 references to _symbolMap
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (3)
167
var previousType =
_symbolMap
.MapReference(currentType);
218
var previousType =
_symbolMap
.MapReference(currentType);
244
var typeRef =
_symbolMap
.MapReference(currentType);