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