2 writes to hasResults
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2751
this.
hasResults
= true;
2785
this.
hasResults
= !this.dataReader.IsClosed && this.dataReader.NextResult();
3 references to hasResults
System.Data.Linq (3)
SqlClient\Reader\ObjectReaderCompiler.cs (3)
2787
if (!this.
hasResults
) {
2813
while (this.
hasResults
) {
2885
if (!this.
hasResults
) {