2 references to ToInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
840
return decimal.
ToInt16
(decimal.Round(value, 0));
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
945
public static explicit operator short(decimal value) =>
ToInt16
(value);