src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (8)
995WideMultiply(hi.Significand, AlignmentScaleFactor<TDecimal, TValue>(effectiveDifference), out magnitudeHigh, out magnitudeLow);
1186WideMultiply(a.Significand, b.Significand, out TValue productHigh, out TValue productLow);
1200/// <see cref="WideMultiply{TValue}"/>, and the low product is exactly <c>Precision</c> digits below the
1237WideMultiply(value.Significand, constantHead, out TValue high, out TValue low);
1238WideMultiply(value.Significand, constantTail, out TValue tailHigh, out TValue tailLow);
1359WideMultiply(dx.Significand, dy.Significand, out TValue productHigh, out TValue productLow);
2486WideMultiply(low, factor, out TValue lowHigh, out TValue lowLow);
2487WideMultiply(high, factor, out TValue highHigh, out TValue highLow);