2 writes to Copyright
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
312result.Copyright = ReadTextContentFrom(reader, "//atom:feed/atom:rights[@type]");
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
946result.Copyright = new TextSyndicationContent(reader.ReadElementString());
3 references to Copyright
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1240WriteContentTo(writer, Atom10Constants.RightsTag, feed.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1120if (this.Feed.Copyright != null) 1122writer.WriteElementString(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace, this.Feed.Copyright.Text);