2 writes to _hasRows
System.Data.Entity (2)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (2)
97
_hasRows
= false;
106
_hasRows
= (currentRecord.CoordinatorFactory == CoordinatorFactory);
1 reference to _hasRows
System.Data.Entity (1)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
236
return
_hasRows
;