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