5 writes to _hasRows
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
321_hasRows = HasRowsStatus.DontKnow; 1620_hasRows = HasRowsStatus.HasRows; 1624_hasRows = HasRowsStatus.HasRows; 1630_hasRows = HasRowsStatus.HasNoRows; 1700_hasRows = HasRowsStatus.DontKnow;
3 references to _hasRows
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (3)
179if (_hasRows == HasRowsStatus.DontKnow){ 183return (_hasRows == HasRowsStatus.HasRows); 1629if (_hasRows == HasRowsStatus.DontKnow) {