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