1 write to coreLibAssembly
illink (1)
Linker.Steps\AddBypassNGenStep.cs (1)
21
coreLibAssembly
= Context.Resolve (assembly.MainModule.TypeSystem.CoreLibrary);
8 references to coreLibAssembly
illink (8)
Linker.Steps\AddBypassNGenStep.cs (8)
22
if (
coreLibAssembly
== null)
25
if (assembly ==
coreLibAssembly
) {
62
Debug.Assert (
coreLibAssembly
!= null);
66
ModuleDefinition corelibMainModule =
coreLibAssembly
.MainModule;
89
coreLibAssembly
.MainModule.Types.Add (bypassNGenAttributeDef);
91
if (Annotations.GetAction (
coreLibAssembly
) == AssemblyAction.Copy) {
92
Annotations.SetAction (
coreLibAssembly
, AssemblyAction.Save);
96
bypassNGenAttributeDefaultConstructor = new MethodDefinition (".ctor", ctorAttributes,
coreLibAssembly
.MainModule.TypeSystem.Void);