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