1 write to globals
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2447this.globals = globals;
2 references to globals
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2453return session.CreateReader<TObject>(this.fnMaterialize, this.namedColumns, this.globals, this.nLocals, disposeDataReader); 2458IObjectReader reader = ors.GetNextResult<TObject>(this.fnMaterialize, this.namedColumns, this.globals, this.nLocals, disposeDataReader);