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