4 references to ArgumentNull_ArrayValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
1054
throw new ArgumentNullException("value", SR.
ArgumentNull_ArrayValue
);
1610
throw new ArgumentNullException(nameof(patterns) + "[" + i + "]", SR.
ArgumentNull_ArrayValue
);
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
117
throw new ArgumentNullException(propertyName, SR.
ArgumentNull_ArrayValue
);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
488
throw new ArgumentException(SR.
ArgumentNull_ArrayValue
, nameof(args));