2 references to EncHoistedLocalInfo
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
97
return new
EncHoistedLocalInfo
(info.SlotInfo, typeRef);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
224
var localKey = new
EncHoistedLocalInfo
(new LocalSlotDebugInfo(synthesizedKind, previousId), previousType);