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