4 references to InitializeMethodName
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (4)
188
MethodInfo? initializeMethod = type.GetMethod(
InitializeMethodName
,
202
MethodInfo? wrongSigMethod = type.GetMethod(
InitializeMethodName
,
205
throw new MissingMethodException(StartupHookTypeName,
InitializeMethodName
);
218
StartupHookTypeName + Type.Delimiter +
InitializeMethodName
,