2 references to ToInt16
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1479cv = ConstVal.Get(Convert.ToInt16(decTrunc));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1056return Convert.ToInt16(this);