4 references to ArgumentNull_ArrayValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
1043throw new ArgumentNullException("value", SR.ArgumentNull_ArrayValue); 1638throw 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)
479throw new ArgumentException(SR.ArgumentNull_ArrayValue, nameof(args));