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