2 references to ZeroValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (2)
96
public static Decimal128 Zero => new Decimal128(
ZeroValue
);
1815
static UInt128 IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.Zero =>
ZeroValue
;