6 references to SetUInt64
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (1)
728
SetUInt64
(out result, (ulong)lhs.ToUInt32() * value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (4)
100
BigInteger.
SetUInt64
(out scaledValue, 4 * mantissa);
117
BigInteger.
SetUInt64
(out scaledValue, 4 * mantissa);
141
BigInteger.
SetUInt64
(out scaledValue, 2 * mantissa);
155
BigInteger.
SetUInt64
(out scaledValue, 2 * mantissa);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (1)
321
BigInteger.
SetUInt64
(out BigInteger numerator, mantissa);