System\Numerics\BigIntegerCalculator.DivRem.cs (4)
23Divide(left, right, quotient, ref carry);
31Divide(left, right, quotient, ref carry);
548Divide(left.Slice(0, quotient.Length), right[0], quotient, ref carry);
554Divide(left, right[0], quotient, ref carry);