5 references to UInt16
Microsoft.CodeAnalysis.CodeStyle (5)
ObjectReader.cs (2)
242case TypeCode.UInt16: return _reader.ReadUInt16(); 500case TypeCode.UInt16: return ReadUInt16ArrayElements(CreateArray<ushort>(length));
ObjectWriter.cs (3)
223_writer.Write((byte)TypeCode.UInt16); 652case TypeCode.UInt16: 940{ typeof(ushort), TypeCode.UInt16 },