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