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)
112
foreach (EcmaMethod method in GetExportedMethods(
_module
))
134
foreach (EcmaMethod method in GetExportedMethods(
_module
))
190
protected override string GetName(NodeFactory context) => $"Unmanaged entry points: {
_module
}";