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