9 references to WriteContentTo
System.ServiceModel (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
1232
WriteContentTo
(writer, Atom10Constants.TitleTag, title);
1233
WriteContentTo
(writer, Atom10Constants.SubtitleTag, feed.Description);
1240
WriteContentTo
(writer, Atom10Constants.RightsTag, feed.Copyright);
1277
WriteContentTo
(dictWriter, Atom10Constants.TitleTag, title);
1278
WriteContentTo
(dictWriter, Atom10Constants.SummaryTag, item.Summary);
1293
WriteContentTo
(dictWriter, Atom10Constants.ContentTag, item.Content);
1294
WriteContentTo
(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1393
this.atomSerializer.
WriteContentTo
(writer, Atom10Constants.RightsTag, item.Copyright);
1404
this.atomSerializer.
WriteContentTo
(writer, Atom10Constants.ContentTag, item.Content);