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