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