5 references to InternalRound
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (4)
401
DecCalc.
InternalRound
(ref AsMutable(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToPositiveInfinity);
473
DecCalc.
InternalRound
(ref AsMutable(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToNegativeInfinity);
693
DecCalc.
InternalRound
(ref AsMutable(ref d), (uint)scale, mode);
898
DecCalc.
InternalRound
(ref AsMutable(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToZero);
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
1296
InternalRound
(ref pdecIn, (uint)scale, MidpointRounding.ToEven);