2 writes to copyright
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
77this.copyright = FeedUtils.CloneTextContent(source.copyright); 148set { this.copyright = value; }
2 references to copyright
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
77this.copyright = FeedUtils.CloneTextContent(source.copyright); 147get { return this.copyright; }