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