6 references to Argument_GenericsInvalid
System.Private.CoreLib (6)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
267throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(methodInfo)); 270throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(methodInfo));
src\System\Reflection\Emit\SignatureHelper.cs (4)
337throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(optionalCustomModifiers)); 359throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(requiredCustomModifiers)); 821throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(optionalCustomModifiers)); 847throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(requiredCustomModifiers));