4 references to Argument_ArraysInvalid
System.Private.CoreLib (4)
src\System\Reflection\Emit\SignatureHelper.cs (4)
334
throw new ArgumentException(SR.
Argument_ArraysInvalid
, nameof(optionalCustomModifiers));
356
throw new ArgumentException(SR.
Argument_ArraysInvalid
, nameof(requiredCustomModifiers));
818
throw new ArgumentException(SR.
Argument_ArraysInvalid
, nameof(optionalCustomModifiers));
844
throw new ArgumentException(SR.
Argument_ArraysInvalid
, nameof(requiredCustomModifiers));