3 references to x_iMoneyScale
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (3)
107snum.AdjustScale(x_iMoneyScale - snum.Scale, true); 108Debug.Assert(snum.Scale == x_iMoneyScale); 173return new Decimal(unchecked((int)value), unchecked((int)(value >> 32)), 0, fNegative, (byte)x_iMoneyScale);