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