2 instantiations of AtomPub10CategoriesDocumentFormatter
System.ServiceModel (2)
System\ServiceModel\Syndication\CategoriesDocument.cs (2)
76AtomPub10CategoriesDocumentFormatter formatter = new AtomPub10CategoriesDocumentFormatter(); 83return new AtomPub10CategoriesDocumentFormatter(this);
3 references to AtomPub10CategoriesDocumentFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
76AtomPub10CategoriesDocumentFormatter formatter = new AtomPub10CategoriesDocumentFormatter();
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
21[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
333else if (typeof(AtomPub10CategoriesDocumentFormatter).IsAssignableFrom(type))