2 references to ToInt16
mscorlib (2)
system\convert.cs (1)
884return Decimal.ToInt16(Decimal.Round(value, 0));
system\decimal.cs (1)
1084return ToInt16(value);