28 references to AsMutable
System.Private.CoreLib (28)
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);
651
DecCalc.VarDecMod(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
659
DecCalc.VarDecMul(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
693
DecCalc.InternalRound(ref
AsMutable
(ref d), (uint)scale, mode);
701
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), true);
898
DecCalc.InternalRound(ref
AsMutable
(ref d), (byte)(flags >> ScaleShift), MidpointRounding.ToZero);
977
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), false);
983
DecCalc.DecAddSub(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2), true);
990
DecCalc.VarDecMul(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
997
DecCalc.VarDecDiv(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
1004
DecCalc.VarDecMod(ref
AsMutable
(ref d1), ref
AsMutable
(ref d2));
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (1)
30
return DecCalc.DecDivMod1E9(ref
AsMutable
(ref value));