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