1 type derived from ObjectMaterializer
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2466
abstract class ObjectReaderBase<TDataReader> :
ObjectMaterializer
<TDataReader>
20 references to ObjectMaterializer
System.Data.Linq (20)
SqlClient\Reader\ObjectReaderCompiler.cs (20)
162
Type orbType = typeof(
ObjectMaterializer
<>).MakeGenericType(this.dataReaderType);
205
Type fnMatType = typeof(Func<,>).MakeGenericType(typeof(
ObjectMaterializer
<>).MakeGenericType(this.dataReaderType), elementType);
280
Type objectReaderType = typeof(
ObjectMaterializer
<>).MakeGenericType(this.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);
2091
MethodInfo mi = typeof(
ObjectMaterializer
<>)
2434
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize;
2440
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize,
2627
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize;
2638
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize
2854
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize,
2867
Func<
ObjectMaterializer
<TDataReader>, TObject> fnMaterialize,