1 write to ILBodyPrecodeImports
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1039ILBodyPrecodeImports = new ImportSectionNode(
3 references to ILBodyPrecodeImports
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
1046ImportSectionsTable.AddEmbeddedObject(ILBodyPrecodeImports); 1100graph.AddRoot(ILBodyPrecodeImports, "IL body precode imports are always generated");
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
162_ilBodyFixupsCache = new NodeCache<ILBodyFixupSignature, Import>(key => new PrecodeHelperImport(_codegenNodeFactory.ILBodyPrecodeImports, key));