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