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