2 writes to hasCurrentRow
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2503this.hasCurrentRow = this.BufferReader.Read(); 2506this.hasCurrentRow = this.DataReader.Read();
5 references to hasCurrentRow
System.Data.Linq (5)
SqlClient\Reader\ObjectReaderCompiler.cs (5)
2508if (!this.hasCurrentRow) { 2513return this.hasCurrentRow; 2522if (this.BufferReader == null && (this.hasCurrentRow || !this.hasRead)) { 2532bufferTable.Load(new Rereader(this.DataReader, this.hasCurrentRow, null), LoadOption.OverwriteChanges); 2535if (this.hasCurrentRow) {