6 references to Argument_GenericsInvalid
System.Private.CoreLib (6)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
263throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(methodInfo)); 266throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(methodInfo));
src\System\Reflection\Emit\SignatureHelper.cs (4)
288throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(optionalCustomModifiers)); 310throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(requiredCustomModifiers)); 751throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(optionalCustomModifiers)); 774throw new ArgumentException(SR.Argument_GenericsInvalid, nameof(requiredCustomModifiers));