3 references to Arg_DecBitCtor
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
304throw new ArgumentException(SR.Arg_DecBitCtor); 337throw new ArgumentException(SR.Arg_DecBitCtor);
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
239throw new IOException(SR.Arg_DecBitCtor, e);