3 writes to _currentRow
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
711_currentRow = 0; 1327_currentRow++; 1637_currentRow = 0;
4 references to _currentRow
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
1302Debug.Assert(0 == _currentRow, "incorrect state for _currentRow"); 1310return ((_currentRow <= (int)_rowFetchedCount) && _isRead); 1328if (_currentRow == (int)_rowFetchedCount) { 1584IntPtr rowHandle = _rowHandleNativeBuffer.GetRowHandle(_currentRow);