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