3 writes to Items
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
767
result.
Items
= feedItems;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
752
result.
Items
= feedItems;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
68
SourceFeed.
Items
= new Collection<SyndicationItem>();
2 references to Items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1133
WriteItems(writer, feed.
Items
, feed.BaseUri);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
965
WriteItems(writer, Feed.
Items
, Feed.BaseUri);