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