2 writes to moved
System.Data.Services.Client (2)
System\Data\Services\Client\MaterializeFromAtom.cs (2)
311
this.
moved
= true;
333
this.
moved
= true;
3 references to moved
System.Data.Services.Client (3)
System\Data\Services\Client\MaterializeFromAtom.cs (3)
295
if (this.
moved
)
321
if (this.expectingSingleValue && this.
moved
)
427
if ((this.expectingSingleValue && !this.
moved
) || (!this.expectingSingleValue && !this.materializer.IsEndOfStream))