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)
1302
Debug.Assert(0 ==
_currentRow
, "incorrect state for _currentRow");
1310
return ((
_currentRow
<= (int)_rowFetchedCount) && _isRead);
1328
if (
_currentRow
== (int)_rowFetchedCount) {
1584
IntPtr rowHandle = _rowHandleNativeBuffer.GetRowHandle(
_currentRow
);