1 write to _module
ILCompiler.Compiler (1)
Compiler\MainMethodRootProvider.cs (1)
31_module = module;
3 references to _module
ILCompiler.Compiler (3)
Compiler\MainMethodRootProvider.cs (3)
39MethodDesc mainMethod = _module.EntryPoint; 43TypeDesc owningType = _module.GetGlobalModuleType(); 46rootProvider.AddCompilationRoot(startupCodeMain, $"Startup Code Main Method for {_module.Assembly.GetName().Name}", new Utf8String(_entryPointName));