1 reference to DivRem
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
285public static (sbyte Quotient, sbyte Remainder) DivRem(sbyte left, sbyte right) => Math.DivRem(left, right);