53 references to WriteByte
Microsoft.CodeAnalysis.Workspaces (53)
Serialization\AbstractOptionsSerializationService.cs (1)
65writer.WriteByte((byte)options.MetadataImportOptions);
Shared\Utilities\BloomFilter_Serialization.cs (1)
50writer.WriteByte(b);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (49)
106WriteByte(ObjectReader.VersionByte1); 107WriteByte(ObjectReader.VersionByte2); 187WriteByte((byte)TypeCode.Null); 212WriteByte((byte)TypeCode.Float8); 217WriteByte((byte)((bool)value ? TypeCode.Boolean_True : TypeCode.Boolean_False)); 221WriteByte((byte)TypeCode.Char); 226WriteByte((byte)TypeCode.UInt8); 227WriteByte((byte)value); 231WriteByte((byte)TypeCode.Int16); 236WriteByte((byte)TypeCode.Int64); 241WriteByte((byte)TypeCode.Int8); 246WriteByte((byte)TypeCode.Float4); 251WriteByte((byte)TypeCode.UInt16); 260WriteByte((byte)TypeCode.UInt64); 270WriteByte((byte)TypeCode.Decimal); 275WriteByte((byte)TypeCode.DateTime); 344WriteByte((byte)TypeCode.Array_0); 347WriteByte((byte)TypeCode.Array_1); 350WriteByte((byte)TypeCode.Array_2); 353WriteByte((byte)TypeCode.Array_3); 356WriteByte((byte)TypeCode.Array); 382WriteByte((byte)((int)TypeCode.Int32_0 + v)); 386WriteByte((byte)TypeCode.Int32_1Byte); 387WriteByte((byte)v); 391WriteByte((byte)TypeCode.Int32_2Bytes); 396WriteByte((byte)TypeCode.Int32); 405WriteByte((byte)((int)TypeCode.UInt32_0 + v)); 409WriteByte((byte)TypeCode.UInt32_1Byte); 410WriteByte((byte)v); 414WriteByte((byte)TypeCode.UInt32_2Bytes); 419WriteByte((byte)TypeCode.UInt32); 428WriteByte((byte)value); 436WriteByte(byte0); 437WriteByte(byte1); 447WriteByte(byte0); 448WriteByte(byte1); 449WriteByte(byte2); 450WriteByte(byte3); 462WriteByte((byte)TypeCode.Null); 471WriteByte((byte)TypeCode.StringRef_1Byte); 472WriteByte((byte)id); 476WriteByte((byte)TypeCode.StringRef_2Bytes); 481WriteByte((byte)TypeCode.StringRef_4Bytes); 494WriteByte((byte)TypeCode.StringUtf8); 499WriteByte((byte)TypeCode.StringUtf16); 519WriteByte((byte)TypeCode.Null); 523WriteByte((byte)ToTypeCode(kind)); 527WriteByte((byte)TypeCode.EncodingCodePage); 532WriteByte((byte)TypeCode.EncodingName);
Workspace\Solution\DocumentInfo.cs (1)
238writer.WriteByte(checked((byte)SourceCodeKind));
Workspace\Solution\ProjectInfo.cs (1)
618writer.WriteByte(checked((byte)ChecksumAlgorithm));