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