3 references to ToInt16
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\LoadingAttributes.cs (1)
1154Assert.Equal(Convert.ToInt16(-2), attrSym.CommonConstructorArguments[3].Value);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
835return ToInt16(ToInt32(value));
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
222return Convert.ToInt16(m_value);