1 write to coreLibAssembly
illink (1)
Linker.Steps\AddBypassNGenStep.cs (1)
22
coreLibAssembly
= Context.Resolve(assembly.MainModule.TypeSystem.CoreLibrary);
8 references to coreLibAssembly
illink (8)
Linker.Steps\AddBypassNGenStep.cs (8)
23
if (
coreLibAssembly
== null)
26
if (assembly ==
coreLibAssembly
)
66
Debug.Assert(
coreLibAssembly
!= null);
71
ModuleDefinition corelibMainModule =
coreLibAssembly
.MainModule;
95
coreLibAssembly
.MainModule.Types.Add(bypassNGenAttributeDef);
97
if (Annotations.GetAction(
coreLibAssembly
) == AssemblyAction.Copy)
99
Annotations.SetAction(
coreLibAssembly
, AssemblyAction.Save);
103
bypassNGenAttributeDefaultConstructor = new MethodDefinition(".ctor", ctorAttributes,
coreLibAssembly
.MainModule.TypeSystem.Void);