5 references to RightsTag
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
267else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 342else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 1140WriteContentTo(writer, Atom10Constants.RightsTag, feed.Copyright); 1194WriteContentTo(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1144Atom10FeedFormatter.WriteContentTo(writer, Atom10Constants.RightsTag, item.Copyright);