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