3 writes to Items
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
794
result.
Items
= feedItems;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
779
result.
Items
= feedItems;
System\ServiceModel\Syndication\SyndicationItem.cs (1)
71
SourceFeed.
Items
= new Collection<SyndicationItem>();
2 references to Items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1160
WriteItems(writer, feed.
Items
, feed.BaseUri);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
992
WriteItems(writer, Feed.
Items
, Feed.BaseUri);