5 references to SetUInt64
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (1)
728SetUInt64(out result, (ulong)lhs.ToUInt32() * value);
src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (4)
94BigInteger.SetUInt64(out scaledValue, 4 * mantissa); 111BigInteger.SetUInt64(out scaledValue, 4 * mantissa); 135BigInteger.SetUInt64(out scaledValue, 2 * mantissa); 149BigInteger.SetUInt64(out scaledValue, 2 * mantissa);