5 references to RightsTag
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
253else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 328else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 1110WriteContentTo(writer, Atom10Constants.RightsTag, feed.Copyright); 1164WriteContentTo(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1114Atom10FeedFormatter.WriteContentTo(writer, Atom10Constants.RightsTag, item.Copyright);