4 references to BinaryReaderExtensions
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (3)
340
int count =
BinaryReaderExtensions
.Read7BitEncodedInt(reader);
362
int count =
BinaryReaderExtensions
.Read7BitEncodedInt(reader);
384
int count =
BinaryReaderExtensions
.Read7BitEncodedInt(reader);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1729
return
BinaryReaderExtensions
.Read7BitEncodedInt(_binaryReader);