2 writes to text
System.ServiceModel (2)
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
32
this.
text
= text;
43
this.
text
= source.text;
3 references to text
System.ServiceModel (3)
System\ServiceModel\Syndication\TextSyndicationContent.cs (3)
43
this.text = source.
text
;
49
get { return this.
text
; }
75
string val = this.
text
?? string.Empty;