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