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