3 writes to description
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
72
this.
description
= new TextSyndicationContent(description);
93
this.
description
= FeedUtils.CloneTextContent(source.description);
180
set { this.
description
= value; }
2 references to description
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
93
this.description = FeedUtils.CloneTextContent(source.
description
);
179
get { return this.
description
; }