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