5 references to ContentTag
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
296else if (reader.IsStartElement(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace)) 632result = new UrlSyndicationContent(UriFromString(src, UriKind.RelativeOrAbsolute, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace, reader), type); 1166WriteContentTo(dictWriter, Atom10Constants.ContentTag, item.Content);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1124Atom10FeedFormatter.WriteContentTo(writer, Atom10Constants.ContentTag, item.Content);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
167WriteTo(writer, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace);