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