8 references to Multiply
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (4)
787
Multiply
(ref rhs, lhs.ToUInt32(), out result);
793
Multiply
(ref lhs, rhs.ToUInt32(), out result);
1115
Multiply
(ref this, value, out this);
1122
Multiply
(ref this, value.ToUInt32(), out this);
src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (4)
200
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
238
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
297
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
353
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);