3 writes to title
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
39this.title = title; 59this.title = source.title; 109set { title = value; }
2 references to title
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationLink.cs (2)
59this.title = source.title; 108get { return title; }