3 references to Arg_ParmCnt
System.Private.CoreLib (3)
System\Reflection\ConstructorInvoker.cs (1)
123throw new TargetParameterCountException(SR.Arg_ParmCnt);
System\Reflection\DynamicInvokeInfo.cs (1)
395throw new TargetParameterCountException(SR.Arg_ParmCnt);
System\Reflection\MethodInvoker.cs (1)
140throw new TargetParameterCountException(SR.Arg_ParmCnt);