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)
1349if (IntPtr.Zero == _rowHandleFetchCount) { 1355if ((ADP.PtrZero == _rowHandleFetchCount) || (20 <= (int)_rowHandleFetchCount)) { 1361if ((ADP.PtrZero == _rowHandleFetchCount) || (20 <= (long)_rowHandleFetchCount)) { 1367_rowHandleNativeBuffer = new RowHandleBuffer(_rowHandleFetchCount); 1532Debug.Assert(0 < (int)_rowHandleFetchCount, "GetRowHandles: bad _rowHandleFetchCount"); 1547Bid.Trace("<oledb.IRowset.GetNextRows|API|OLEDB> %d#, Chapter=%Id, RowsRequested=%Id\n", ObjectID, _chapterHandle.HChapter, _rowHandleFetchCount); 1548hr = irowset.GetNextRows(_chapterHandle.HChapter, /*skipCount*/IntPtr.Zero, _rowHandleFetchCount, out _rowFetchedCount, ref rowHandlesPtr);