2 references to UInt32_1Byte
Microsoft.CodeAnalysis.CodeStyle (2)
ObjectReader.cs (1)
259case TypeCode.UInt32_1Byte: return (uint)_reader.ReadByte();
ObjectWriter.cs (1)
366_writer.Write((byte)TypeCode.UInt32_1Byte);