2 writes to _chapterHandle
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
118_chapterHandle = chapterHandle; 734_chapterHandle = ChapterHandle.DB_NULL_HCHAPTER;
3 references to _chapterHandle
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
733ChapterHandle chapter = _chapterHandle; 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);