1 write to _entryPointName
ILCompiler.Compiler (1)
Compiler\MainMethodRootProvider.cs (1)
32
_entryPointName
= entryPointName ?? ManagedEntryPointMethodName;
1 reference to _entryPointName
ILCompiler.Compiler (1)
Compiler\MainMethodRootProvider.cs (1)
46
rootProvider.AddCompilationRoot(startupCodeMain, $"Startup Code Main Method for {_module.Assembly.GetName().Name}", new Utf8String(
_entryPointName
));