2 references to GetReaderMethod
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
1842
MethodInfo readerMethod = this.
GetReaderMethod
(this.compiler.dataReaderType, rType);
1843
MethodInfo bufferMethod = this.
GetReaderMethod
(typeof(DbDataReader), rType);