1 write to compiler
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
680
this.
compiler
= compiler;
24 references to compiler
System.Data.Linq (24)
SqlClient\Reader\ObjectReaderCompiler.cs (24)
690
this.locDataReader = generator.DeclareLocal(this.
compiler
.dataReaderType);
692
generator.Emit(OpCodes.Ldfld, this.
compiler
.readerField);
782
gen.Emit(OpCodes.Ldfld, this.
compiler
.bufferReaderField);
791
gen.Emit(OpCodes.Ldfld, this.
compiler
.ordinalsField);
796
gen.Emit(OpCodes.Ldfld, this.
compiler
.globalsField);
801
gen.Emit(OpCodes.Ldfld, this.
compiler
.argsField);
977
Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.
compiler
.dataReaderType);
1035
Type orbType = typeof(ObjectMaterializer<>).MakeGenericType(this.
compiler
.dataReaderType);
1059
(this.
compiler
.services.Context.LoadOptions == null ||
1060
!this.
compiler
.services.Context.LoadOptions.IsPreloaded(mm.Member))
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);
1862
gen.Emit(GetMethodCallOpCode(this.
compiler
.miDRisDBNull), this.
compiler
.miDRisDBNull);
1884
gen.Emit(GetMethodCallOpCode(this.
compiler
.miBRisDBNull), this.
compiler
.miBRisDBNull);
2092
.MakeGenericType(this.
compiler
.dataReaderType)