3 writes to title
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
68this.title = new TextSyndicationContent(title); 101this.title = FeedUtils.CloneTextContent(source.title); 253set { this.title = value; }
2 references to title
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
101this.title = FeedUtils.CloneTextContent(source.title); 252get { return this.title; }