1 write to NextLink
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
1031this.feed.NextLink = this.ConvertHRefAttributeValueIntoURI(nextLink);
5 references to NextLink
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (3)
597materializer.FoundNextLinkForCollection(list, sourceFeed.NextLink, plan); 786materializer.FoundNextLinkForCollection(list, feedValue.NextLink, plan); 1785this.ApplyItemsToCollection(entry, property, feed.Entries.Select(e => e.ResolvedObject), feed.NextLink, continuationPlan);
System\Data\Services\Client\AtomParser.cs (1)
1016if (this.feed.NextLink != null)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
444this.materializer.CurrentFeed.NextLink,