6 writes to _rowHandleFetchCount
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (6)
112
_rowHandleFetchCount
= new IntPtr(1);
1350
_rowHandleFetchCount
= new IntPtr(1);
1354
_rowHandleFetchCount
= new IntPtr((int) maxRows);
1356
_rowHandleFetchCount
= new IntPtr(20);
1360
_rowHandleFetchCount
= new IntPtr((long) maxRows);
1362
_rowHandleFetchCount
= new IntPtr(20);
9 references to _rowHandleFetchCount
System.Data (9)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (9)
1349
if (IntPtr.Zero ==
_rowHandleFetchCount
) {
1355
if ((ADP.PtrZero ==
_rowHandleFetchCount
) || (20 <= (int)
_rowHandleFetchCount
)) {
1361
if ((ADP.PtrZero ==
_rowHandleFetchCount
) || (20 <= (long)
_rowHandleFetchCount
)) {
1367
_rowHandleNativeBuffer = new RowHandleBuffer(
_rowHandleFetchCount
);
1532
Debug.Assert(0 < (int)
_rowHandleFetchCount
, "GetRowHandles: bad _rowHandleFetchCount");
1547
Bid.Trace("<oledb.IRowset.GetNextRows|API|OLEDB> %d#, Chapter=%Id, RowsRequested=%Id\n", ObjectID, _chapterHandle.HChapter,
_rowHandleFetchCount
);
1548
hr = irowset.GetNextRows(_chapterHandle.HChapter, /*skipCount*/IntPtr.Zero,
_rowHandleFetchCount
, out _rowFetchedCount, ref rowHandlesPtr);