1 instantiation of UnmanagedEntryPointsNode
ILCompiler.Compiler (1)
Compiler\UnmanagedEntryPointsRootProvider.cs (1)
42
rootProvider.AddCompilationRoot(new
UnmanagedEntryPointsNode
(_module, Hidden), "Unmanaged entry points");
1 reference to UnmanagedEntryPointsNode
ILCompiler.Compiler (1)
Compiler\UnmanagedEntryPointsRootProvider.cs (1)
36
return
UnmanagedEntryPointsNode
.GetExportedMethods(_module);