4 references to Argument_ArraysInvalid
System.Private.CoreLib (4)
src\System\Reflection\Emit\SignatureHelper.cs (4)
285throw new ArgumentException(SR.Argument_ArraysInvalid, nameof(optionalCustomModifiers)); 307throw new ArgumentException(SR.Argument_ArraysInvalid, nameof(requiredCustomModifiers)); 748throw new ArgumentException(SR.Argument_ArraysInvalid, nameof(optionalCustomModifiers)); 771throw new ArgumentException(SR.Argument_ArraysInvalid, nameof(requiredCustomModifiers));