5 references to UInt8
Microsoft.CodeAnalysis (5)
Serialization\ObjectReader.cs (1)
240case TypeCode.UInt8: return _reader.ReadByte();
Serialization\ObjectWriter.cs (4)
198_writer.Write((byte)TypeCode.UInt8); 304Debug.Assert(s_typeMap[elementType] == TypeCode.UInt8); 306WritePrimitiveType(elementType, TypeCode.UInt8); 939{ typeof(byte), TypeCode.UInt8 },