6 writes to _rowHandleFetchCount
System.Data.OleDb (6)
OleDbDataReader.cs (6)
107
_rowHandleFetchCount
= 1;
1485
_rowHandleFetchCount
= 1;
1490
_rowHandleFetchCount
= intValue;
1493
_rowHandleFetchCount
= 20;
1498
_rowHandleFetchCount
= (nint)longValue;
1501
_rowHandleFetchCount
= 20;
8 references to _rowHandleFetchCount
System.Data.OleDb (8)
OleDbDataReader.cs (8)
1483
if (0 ==
_rowHandleFetchCount
)
1491
if ((0 ==
_rowHandleFetchCount
) || (20 <=
_rowHandleFetchCount
))
1499
if ((0 ==
_rowHandleFetchCount
) || (20 <=
_rowHandleFetchCount
))
1507
_rowHandleNativeBuffer = new RowHandleBuffer(
_rowHandleFetchCount
);
1689
Debug.Assert(0 < (int)
_rowHandleFetchCount
, "GetRowHandles: bad _rowHandleFetchCount");
1705
hr = irowset.GetNextRows(_chapterHandle.HChapter, /*skipCount*/IntPtr.Zero,
_rowHandleFetchCount
, out _rowFetchedCount, ref rowHandlesPtr);