5 references to PlaintextType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
526
type = Atom10Constants.
PlaintextType
;
531
Atom10Constants.
PlaintextType
=> TextSyndicationContentKind.Plaintext,
621
type = Atom10Constants.
PlaintextType
;
625
if (string.IsNullOrEmpty(src) && type != Atom10Constants.
PlaintextType
&& type != Atom10Constants.HtmlType && type != Atom10Constants.XHtmlType)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
43
_ => Atom10Constants.
PlaintextType
,