5 references to RightsTag
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
252else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 327else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 1113WriteContentTo(writer, Atom10Constants.RightsTag, feed.Copyright); 1167WriteContentTo(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1117Atom10FeedFormatter.WriteContentTo(writer, Atom10Constants.RightsTag, item.Copyright);