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)
29foreach (MetadataType type in _module.GetAllTypes()) 39RootMethods(typeWithMethods, "Library module method", rootProvider, ((EcmaAssembly)_module.Assembly).HasAssemblyCustomAttribute("System.Runtime.CompilerServices", "InternalsVisibleToAttribute")); 42if (_module.EntryPoint is not null) 44rootProvider.AddCompilationRoot(_module.EntryPoint, rootMinimalDependencies: false, $"{_module.Assembly.GetName()} Main Method"); 133_module.GetMethod(methodImpl.MethodDeclaration), 134_module.GetMethod(methodImpl.MethodBody)