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