3 references to VersionByte1
Microsoft.CodeAnalysis.CodeStyle (3)
ObjectReader.cs (2)
106
if (stream.ReadByte() !=
VersionByte1
||
144
if (b !=
VersionByte1
)
ObjectWriter.cs (1)
103
_writer.Write(ObjectReader.
VersionByte1
);