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