3 references to BUFFER_SIZE
MSBuildTaskHost (3)
BackEnd\BufferedReadStream.cs (3)
15private readonly byte[] _buffer = new byte[BUFFER_SIZE]; 66if (count > BUFFER_SIZE) 101int innerReadCount = _innerStream.Read(_buffer, 0, BUFFER_SIZE);