9 references to WriteContentTo
System.ServiceModel.Syndication (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
1105
WriteContentTo
(writer, Atom10Constants.TitleTag, title);
1106
WriteContentTo
(writer, Atom10Constants.SubtitleTag, feed.Description);
1113
WriteContentTo
(writer, Atom10Constants.RightsTag, feed.Copyright);
1150
WriteContentTo
(dictWriter, Atom10Constants.TitleTag, title);
1151
WriteContentTo
(dictWriter, Atom10Constants.SummaryTag, item.Summary);
1166
WriteContentTo
(dictWriter, Atom10Constants.ContentTag, item.Content);
1167
WriteContentTo
(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1117
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.RightsTag, item.Copyright);
1124
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.ContentTag, item.Content);