1 write to dataReaderType
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
156this.dataReaderType = dataReaderType;
20 references to dataReaderType
System.Data.Linq (20)
SqlClient\Reader\ObjectReaderCompiler.cs (20)
162Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.dataReaderType); 195factory = cache.GetFactory(elementType, this.dataReaderType, mapping, options, expression); 205Type fnMatType = typeof(Func<,>).MakeGenericType(typeof(ObjectMaterializer<>).MakeGenericType(this.dataReaderType), elementType); 208Type factoryType = typeof(ObjectReaderFactory<,>).MakeGenericType(this.dataReaderType, elementType); 216cache.AddFactory(elementType, this.dataReaderType, mapping, options, expression, factory); 259Type sessionType = typeof(ObjectReaderSession<>).MakeGenericType(this.dataReaderType); 280Type objectReaderType = typeof(ObjectMaterializer<>).MakeGenericType(this.dataReaderType); 690this.locDataReader = generator.DeclareLocal(this.compiler.dataReaderType); 977Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1035Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1066Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1351Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1380mi = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType).GetMethod("GetNestedLinkSource", BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic); 1399mi = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType).GetMethod("GetLinkSource", BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic); 1451MethodInfo miExecute = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType) 1509Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1606Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1700Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.compiler.dataReaderType); 1842MethodInfo readerMethod = this.GetReaderMethod(this.compiler.dataReaderType, rType); 2092.MakeGenericType(this.compiler.dataReaderType)