5 references to CurrentFeed
System.Data.Services.Client (5)
System\Data\Services\Client\MaterializeFromAtom.cs (5)
436if (this.expectingSingleValue || this.materializer.CurrentFeed == null) 444this.materializer.CurrentFeed.NextLink, 478if (this.materializer.CurrentFeed != null && 479this.materializer.CurrentFeed.Count.HasValue) 481this.countValue = this.materializer.CurrentFeed.Count.Value;