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)
1483if (0 == _rowHandleFetchCount) 1491if ((0 == _rowHandleFetchCount) || (20 <= _rowHandleFetchCount)) 1499if ((0 == _rowHandleFetchCount) || (20 <= _rowHandleFetchCount)) 1507_rowHandleNativeBuffer = new RowHandleBuffer(_rowHandleFetchCount); 1689Debug.Assert(0 < (int)_rowHandleFetchCount, "GetRowHandles: bad _rowHandleFetchCount"); 1705hr = irowset.GetNextRows(_chapterHandle.HChapter, /*skipCount*/IntPtr.Zero, _rowHandleFetchCount, out _rowFetchedCount, ref rowHandlesPtr);