1 type derived from CategoriesDocumentFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
12public class AtomPub10CategoriesDocumentFormatter : CategoriesDocumentFormatter, IXmlSerializable
3 references to CategoriesDocumentFormatter
System.ServiceModel (1)
netstandard.cs (1)
246[assembly: TypeForwardedTo(typeof(CategoriesDocumentFormatter))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
50public CategoriesDocumentFormatter GetFormatter() => new AtomPub10CategoriesDocumentFormatter(this);
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.CategoriesDocumentFormatter))]