2 writes to copyright
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
92this.copyright = FeedUtils.CloneTextContent(source.copyright); 174set { this.copyright = value; }
2 references to copyright
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
92this.copyright = FeedUtils.CloneTextContent(source.copyright); 173get { return this.copyright; }