9 references to WriteContentTo
System.ServiceModel.Syndication (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
1102
WriteContentTo
(writer, Atom10Constants.TitleTag, title);
1103
WriteContentTo
(writer, Atom10Constants.SubtitleTag, feed.Description);
1110
WriteContentTo
(writer, Atom10Constants.RightsTag, feed.Copyright);
1147
WriteContentTo
(dictWriter, Atom10Constants.TitleTag, title);
1148
WriteContentTo
(dictWriter, Atom10Constants.SummaryTag, item.Summary);
1163
WriteContentTo
(dictWriter, Atom10Constants.ContentTag, item.Content);
1164
WriteContentTo
(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1114
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.RightsTag, item.Copyright);
1121
Atom10FeedFormatter.
WriteContentTo
(writer, Atom10Constants.ContentTag, item.Content);