2 instantiations of UnmanagedEntryPointsRootProvider
ilc (2)
Program.cs (2)
200compilationRoots.Add(new UnmanagedEntryPointsRootProvider(module)); 281compilationRoots.Add(new UnmanagedEntryPointsRootProvider(module, hidden));
1 reference to UnmanagedEntryPointsRootProvider
ilc (1)
Program.cs (1)
648if (compilationRoot is UnmanagedEntryPointsRootProvider provider && !provider.Hidden)