3 references to StartupHookTypeName
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (3)
185
Type type = assembly.GetType(
StartupHookTypeName
, throwOnError: true)!;
205
throw new MissingMethodException(
StartupHookTypeName
, InitializeMethodName);
218
StartupHookTypeName
+ Type.Delimiter + InitializeMethodName,