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