6 writes to _currentIndexInBuffer
MSBuildTaskHost (6)
4 references to _currentIndexInBuffer
MSBuildTaskHost (4)
BackEnd\BufferedReadStream.cs (4)
52int ret = _buffer[_currentIndexInBuffer];
72Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, _currentlyBufferedByteCount);
84Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, count);
95Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, _currentlyBufferedByteCount);