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