2 writes to dec
mscorlib (2)
system\runtime\compilerservices\decimalconstantattribute.cs (2)
29dec = new System.Decimal((int) low, (int)mid, (int)hi, (sign != 0), scale); 40dec = new System.Decimal(low, mid, hi, (sign != 0), scale);
1 reference to dec
mscorlib (1)
system\runtime\compilerservices\decimalconstantattribute.cs (1)
48return dec;