3 writes to Copyright
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
269
result.
Copyright
= ReadTextContentFrom(reader, "//atom:feed/atom:rights[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
689
result.
Copyright
= new TextSyndicationContent(reader.ReadElementString());
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
80
Copyright
= FeedUtils.CloneTextContent(source.Copyright);
4 references to Copyright
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1140
WriteContentTo(writer, Atom10Constants.RightsTag, feed.
Copyright
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
873
if (Feed.
Copyright
!= null)
875
writer.WriteElementString(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace, Feed.
Copyright
.Text);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
80
Copyright = FeedUtils.CloneTextContent(source.
Copyright
);