28 references to AsMutable
System.Private.CoreLib (28)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (27)
189
DecCalc.VarDecFromR4(value, out
AsMutable
(ref this));
196
DecCalc.VarDecFromR8(value, out
AsMutable
(ref this));
257
return DecCalc.VarCyFromDec(ref
AsMutable
(ref value));
391
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), false);
401
DecCalc.InternalRound(ref
AsMutable
(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToPositiveInfinity);
439
DecCalc.VarDecDiv(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
473
DecCalc.InternalRound(ref
AsMutable
(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToNegativeInfinity);
645
DecCalc.VarDecMod(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
653
DecCalc.VarDecMul(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
687
DecCalc.InternalRound(ref
AsMutable
(ref d), (uint)scale, mode);
695
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), true);
892
DecCalc.InternalRound(ref
AsMutable
(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToZero);
971
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), false);
977
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), true);
984
DecCalc.VarDecMul(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
991
DecCalc.VarDecDiv(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
998
DecCalc.VarDecMod(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
31
return DecCalc.DecDivMod1E9(ref
AsMutable
(ref value));