1 write to _module
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
23
_module
= module;
7 references to _module
ILCompiler.ReadyToRun (7)
Compiler\ReadyToRunVisibilityRootProvider.cs (7)
29
foreach (MetadataType type in
_module
.GetAllTypes())
39
RootMethods(typeWithMethods, "Library module method", rootProvider, ((EcmaAssembly)
_module
.Assembly).HasAssemblyCustomAttribute("System.Runtime.CompilerServices", "InternalsVisibleToAttribute"));
42
if (
_module
.EntryPoint is not null)
44
rootProvider.AddCompilationRoot(
_module
.EntryPoint, rootMinimalDependencies: false, $"{
_module
.Assembly.GetName()} Main Method");
133
_module
.GetMethod(methodImpl.MethodDeclaration),
134
_module
.GetMethod(methodImpl.MethodBody)