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