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