4 writes to current
System.Data.Services.Client (4)
System\Data\Services\Client\MaterializeFromAtom.cs (4)
211
this.
current
= null;
287
this.
current
= null;
315
this.
current
= list;
330
this.
current
= this.materializer.CurrentValue;
3 references to current
System.Data.Services.Client (3)
System\Data\Services\Client\MaterializeFromAtom.cs (3)
170
object currentValue = this.
current
;
283
Debug.Assert(this.
current
== null, "this.current == null -- otherwise this.reader should have some value.");
319
if (null == this.
current
)