2 writes to Entries
System.Data.Services.Client (2)
System\Data\Services\Client\AtomParser.cs (2)
707
nestedFeed.
Entries
= feedEntries;
720
property.Feed.
Entries
= Enumerable.Empty<AtomEntry>();
5 references to Entries
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (4)
586
foreach (var paramEntry in sourceFeed.
Entries
)
774
MaterializeToList(materializer, list, nestedExpectedType, feedValue.
Entries
);
1779
foreach (AtomEntry feedEntry in feed.
Entries
)
1785
this.ApplyItemsToCollection(entry, property, feed.
Entries
.Select(e => e.ResolvedObject), feed.NextLink, continuationPlan);
System\Data\Services\Client\AtomParser.cs (1)
705
nestedFeed.
Entries
== null,