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