6 writes to _currentIndexInBuffer
MSBuildTaskHost (6)
4 references to _currentIndexInBuffer
MSBuildTaskHost (4)
BufferedReadStream.cs (4)
58int ret = _buffer[_currentIndexInBuffer];
78Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, _currentlyBufferedByteCount);
89Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, count);
100Array.Copy(_buffer, _currentIndexInBuffer, buffer, offset, _currentlyBufferedByteCount);