2 writes to BufferReader
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2524
this.
BufferReader
= this.session.GetNextBufferedReader();
2533
this.
BufferReader
= new Rereader(bufferTable.CreateDataReader(), false, names);
6 references to BufferReader
System.Data.Linq (6)
SqlClient\Reader\ObjectReaderCompiler.cs (6)
2502
if (this.
BufferReader
!= null) {
2503
this.hasCurrentRow = this.
BufferReader
.Read();
2517
get { return this.
BufferReader
!= null; }
2522
if (this.
BufferReader
== null && (this.hasCurrentRow || !this.hasRead)) {
2592
if (this.
BufferReader
!= null) {
2593
reader = this.
BufferReader
;