1 write to nLocals
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2448
this.
nLocals
= nLocals;
2 references to nLocals
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);