3 references to EncLocalInfo
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
84return new EncLocalInfo(info.SlotInfo, typeRef, info.Constraints, info.Signature);
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
920return new EncLocalInfo(localDef.SlotInfo, translatedType, localDef.Constraints, signature);
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
172var localKey = new EncLocalInfo(new LocalSlotDebugInfo(kind, previousId), previousType, constraints, signature: null);