3 references to MissingConstructor_Name
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
3893
throw new MissingMethodException(SR.Format(SR.
MissingConstructor_Name
, FullName));
3912
throw new MissingMethodException(SR.Format(SR.
MissingConstructor_Name
, FullName), innerMME);
3917
throw new MissingMethodException(SR.Format(SR.
MissingConstructor_Name
, FullName));