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)
184
return
_hasRows
;
4687
_hasRows =
_hasRows
,