5 references to Int16
Microsoft.CodeAnalysis (5)
Serialization\ObjectReader.cs (2)
241case TypeCode.Int16: return _reader.ReadInt16(); 497case TypeCode.Int16: return ReadInt16ArrayElements(CreateArray<short>(length));
Serialization\ObjectWriter.cs (3)
203_writer.Write((byte)TypeCode.Int16); 643case TypeCode.Int16: 936{ typeof(short), TypeCode.Int16 },