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