2 references to QuietNaNValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (2)
90
public static Decimal128 NaN => new Decimal128(
QuietNaNValue
);
1817
static UInt128 IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.NaN =>
QuietNaNValue
;