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