4 writes to Description
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
258
result.
Description
= ReadTextContentFrom(reader, "//atom:feed/atom:subtitle[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
654
result.
Description
= new TextSyndicationContent(reader.ReadElementString());
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
59
Description
= new TextSyndicationContent(description);
78
Description
= FeedUtils.CloneTextContent(source.Description);
4 references to Description
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1106
WriteContentTo(writer, Atom10Constants.SubtitleTag, feed.
Description
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
838
string description = Feed.
Description
!= null ? Feed.
Description
.Text : string.Empty;
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
78
Description = FeedUtils.CloneTextContent(source.
Description
);