2 writes to title
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
89this.title = FeedUtils.CloneTextContent(source.title); 201set { this.title = value; }
2 references to title
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
89this.title = FeedUtils.CloneTextContent(source.title); 200get { return this.title; }