2 references to ToInt16
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
834return ToInt16(ToInt32(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
216return Convert.ToInt16(m_value);