2 references to BigMul
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
1447tmp = Math.BigMul(d1.Low, d2.Low64, out ulong low); 1659ulong hi64 = Math.BigMul(TenToPowerNine, low64, out low64);