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