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