3 writes to Items
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
764
result.
Items
= feedItems;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
749
result.
Items
= feedItems;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
69
SourceFeed.
Items
= new Collection<SyndicationItem>();
2 references to Items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1130
WriteItems(writer, feed.
Items
, feed.BaseUri);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
962
WriteItems(writer, Feed.
Items
, Feed.BaseUri);