4 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);
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (1)
1801
hoistedVariables[index] = new
EncHoistedLocalInfo
(field.SlotDebugInfo, moduleBuilder.EncTranslateLocalVariableType(field.Type, diagnostics.DiagnosticBag));
Emitter\EditAndContinue\CSharpDefinitionMap.cs (1)
105
var key = new
EncHoistedLocalInfo
(localSlotDebugInfo[slotIndex], (Cci.ITypeReference)field.Type.GetCciAdapter());