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