1 reference to Arg_MustBeDecimal128
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
235
return (value is null) ? 1 : throw new ArgumentException(SR.
Arg_MustBeDecimal128
);