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)
39
MethodDesc mainMethod =
_module
.EntryPoint;
43
TypeDesc owningType =
_module
.GetGlobalModuleType();
46
rootProvider.AddCompilationRoot(startupCodeMain, $"Startup Code Main Method for {
_module
.Assembly.GetName().Name}", new Utf8String(_entryPointName));