2 writes to Copyright
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
344result.Copyright = ReadTextContentFrom(reader, "//atom:feed/atom:entry/atom:rights[@type]");
System\ServiceModel\Syndication\SyndicationItem.cs (1)
63Copyright = FeedUtils.CloneTextContent(source.Copyright);
3 references to Copyright
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1194WriteContentTo(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1144Atom10FeedFormatter.WriteContentTo(writer, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\SyndicationItem.cs (1)
63Copyright = FeedUtils.CloneTextContent(source.Copyright);