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