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