2 references to UInt32_2Bytes
Microsoft.CodeAnalysis.CodeStyle (2)
ObjectReader.cs (1)
260
case TypeCode.
UInt32_2Bytes
: return (uint)_reader.ReadUInt16();
ObjectWriter.cs (1)
371
_writer.Write((byte)TypeCode.
UInt32_2Bytes
);