9 references to WriteByte
Microsoft.CodeAnalysis (4)
Serialization\ObjectWriter.cs (4)
802WriteByte((byte)TypeCode.Null); 806WriteByte((byte)ToTypeCode(kind)); 810WriteByte((byte)TypeCode.EncodingCodePage); 815WriteByte((byte)TypeCode.EncodingName);
Microsoft.CodeAnalysis.UnitTests (1)
ObjectSerializationTests.cs (1)
858writer.WriteByte(Byte.MaxValue);
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (1)
49writer.WriteByte(CType(_typeCharacter, Byte))
Syntax\InternalSyntax\SyntaxLiterals.vb (3)
143writer.WriteByte(CType(Me._base, Byte)) 144writer.WriteByte(CType(Me._typeSuffix, Byte)) 263writer.WriteByte(CType(Me._typeSuffix, Byte))