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