2 writes to textKind
System.ServiceModel (2)
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
33this.textKind = textKind; 44this.textKind = source.textKind;
3 references to textKind
System.ServiceModel (3)
System\ServiceModel\Syndication\TextSyndicationContent.cs (3)
44this.textKind = source.textKind; 56switch (this.textKind) 76if (this.textKind == TextSyndicationContentKind.XHtml)