2 writes to readerCompiler
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
423
this.
readerCompiler
= new ObjectReaderCompiler(readerType, this.services);
466
this.
readerCompiler
= null;
3 references to readerCompiler
System.Data.Linq (3)
SqlClient\SqlProvider.cs (3)
1126
IObjectReaderSession session = this.
readerCompiler
.CreateSession(reader, this, parentArgs, userArgs, subQueries);
1237
IObjectReaderSession session = this.
readerCompiler
.CreateSession(reader, this, null, null, null);
1653
factory = this.
readerCompiler
.Compile(projection, elemType);