2 references to Argument_ArrayTooLarge
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (2)
136throw new ArgumentException(SR.Format(SR.Argument_ArrayTooLarge, BitsPerByte), nameof(bytes)); 240throw new ArgumentException(SR.Format(SR.Argument_ArrayTooLarge, BitsPerInt32), nameof(values));