6 writes to _hasRows
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (6)
120_hasRows = false; 2779_hasRows = true; 2984_hasRows = false; // reset HasRows 3735_hasRows = IsRowToken(b); 3813_hasRows = IsRowToken(b); 4759_hasRows = _snapshot._hasRows;
2 references to _hasRows
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
184return _hasRows; 4687_hasRows = _hasRows,