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