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