2 writes to summary
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
87this.summary = FeedUtils.CloneTextContent(source.summary); 195set { this.summary = value; }
2 references to summary
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
87this.summary = FeedUtils.CloneTextContent(source.summary); 194get { return this.summary; }