1 write to _module
ILCompiler.Compiler (1)
Compiler\MainMethodRootProvider.cs (1)
30
_module
= module;
2 references to _module
ILCompiler.Compiler (2)
Compiler\MainMethodRootProvider.cs (2)
37
MethodDesc mainMethod =
_module
.EntryPoint;
41
TypeDesc owningType =
_module
.GetGlobalModuleType();