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