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