3 references to Arg_ParmCnt
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (1)
42throw new TargetParameterCountException(SR.Arg_ParmCnt);
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
134throw new TargetParameterCountException(SR.Arg_ParmCnt);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
306throw new TargetParameterCountException(SR.Arg_ParmCnt);