2 writes to current
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2677
this.
current
= this.fnMaterialize(this);
2681
this.
current
= default(TObject);
1 reference to current
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2688
get { return this.
current
; }