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