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