4 references to ContentTag
System.ServiceModel (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
345else if (reader.IsStartElement(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace)) 1293WriteContentTo(dictWriter, Atom10Constants.ContentTag, item.Content);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1404this.atomSerializer.WriteContentTo(writer, Atom10Constants.ContentTag, item.Content);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
201this.WriteTo(writer, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace);