3 references to GetDecimalIeee754HashCode
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
269
return Number.
GetDecimalIeee754HashCode
<Decimal128, UInt128>(new UInt128(_upper, _lower));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
263
return Number.
GetDecimalIeee754HashCode
<Decimal32, uint>(_value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
266
return Number.
GetDecimalIeee754HashCode
<Decimal64, ulong>(_value);