5 references to UInt8
Microsoft.CodeAnalysis.Workspaces (5)
ObjectReader.cs (1)
240case TypeCode.UInt8: return _reader.ReadByte();
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 },