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