5 references to RightsTag
System.ServiceModel (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
310
else if (reader.IsStartElement(Atom10Constants.
RightsTag
, Atom10Constants.Atom10Namespace))
367
else if (reader.IsStartElement(Atom10Constants.
RightsTag
, Atom10Constants.Atom10Namespace))
1240
WriteContentTo(writer, Atom10Constants.
RightsTag
, feed.Copyright);
1294
WriteContentTo(dictWriter, Atom10Constants.
RightsTag
, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1393
this.atomSerializer.WriteContentTo(writer, Atom10Constants.
RightsTag
, item.Copyright);