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