9 references to WriteContentTo
System.ServiceModel.Syndication (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
1132
WriteContentTo
(writer, Atom10Constants.TitleTag, title);
1133
WriteContentTo
(writer, Atom10Constants.SubtitleTag, feed.Description);
1140
WriteContentTo
(writer, Atom10Constants.RightsTag, feed.Copyright);
1177
WriteContentTo
(dictWriter, Atom10Constants.TitleTag, title);
1178
WriteContentTo
(dictWriter, Atom10Constants.SummaryTag, item.Summary);
1193
WriteContentTo
(dictWriter, Atom10Constants.ContentTag, item.Content);
1194
WriteContentTo
(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1144
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.RightsTag, item.Copyright);
1151
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.ContentTag, item.Content);