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