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