3 references to DivRem
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1209
BigInteger.
DivRem
(ref fractionalNumerator, ref fractionalDenominator, out BigInteger bigFractionalMantissa, out BigInteger fractionalRemainder);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (2)
336
BigInteger.
DivRem
(ref numerator, ref denominator, out BigInteger quotient, out BigInteger remainder);
406
BigInteger.
DivRem
(ref quotient, ref ten, out BigInteger newQuotient, out BigInteger digit);