1 write to _module
ILCompiler.Compiler (1)
Compiler\UnmanagedEntryPointsRootProvider.cs (1)
52_module = module;
3 references to _module
ILCompiler.Compiler (3)
Compiler\UnmanagedEntryPointsRootProvider.cs (3)
112foreach (EcmaMethod method in GetExportedMethods(_module)) 134foreach (EcmaMethod method in GetExportedMethods(_module)) 190protected override string GetName(NodeFactory context) => $"Unmanaged entry points: {_module}";