2 references to ToInt16
ILAssembler (1)
GrammarVisitor.cs (1)
2511SerializationTypeCode.Int16 => valueBytes.Length >= 2 ? BitConverter.ToInt16(valueBytes) : (short)0,
System.Drawing.Common (1)
System\Drawing\ImageInfo.cs (1)
94_loopCount = BitConverter.ToInt16(values);