2 references to ToInt16
System (1)
compmod\system\componentmodel\Int16Converter.cs (1)
38return Convert.ToInt16(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
345location.Value = Convert.ToInt16(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));