1 write to ILBodyPrecodeImports
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1085ILBodyPrecodeImports = new ImportSectionNode(
3 references to ILBodyPrecodeImports
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
1092ImportSectionsTable.AddEmbeddedObject(ILBodyPrecodeImports); 1146graph.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));