2 references to Arg_MustBeDecimal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
424throw new ArgumentException(SR.Arg_MustBeDecimal);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CurrencyWrapper.cs (1)
21throw new ArgumentException(SR.Arg_MustBeDecimal, nameof(obj));