3 writes to _currentArrayIndex
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlStream.cs (3)
330_currentArrayIndex = 0; 368_currentArrayIndex++; // We are done reading this chunk, go to next 437_currentArrayIndex = ii;
7 references to _currentArrayIndex
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlStream.cs (7)
308if (_currentArrayIndex > 0) { 309for (int ii = 0 ; ii < _currentArrayIndex ; ii++) { 362if (_cachedBytes.Count <= _currentArrayIndex) { 367if (_cachedBytes[_currentArrayIndex].Length <= _currentPosition) { 369if (_cachedBytes.Count > _currentArrayIndex) { 376cb = _cachedBytes[_currentArrayIndex].Length - _currentPosition; 379Array.Copy(_cachedBytes[_currentArrayIndex], _currentPosition, buffer, offset, cb);