3 writes to _currentRow
System.Data.OleDb (3)
OleDbDataReader.cs (3)
761_currentRow = 0; 1457_currentRow++; 1790_currentRow = 0;
4 references to _currentRow
System.Data.OleDb (4)
OleDbDataReader.cs (4)
1430Debug.Assert(0 == _currentRow, "incorrect state for _currentRow"); 1438return ((_currentRow <= (int)_rowFetchedCount) && _isRead); 1458if (_currentRow == (int)_rowFetchedCount) 1745IntPtr rowHandle = _rowHandleNativeBuffer.GetRowHandle(_currentRow);