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