2 instantiations of AtomPub10CategoriesDocumentFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\CategoriesDocument.cs (2)
45
AtomPub10CategoriesDocumentFormatter formatter = new
AtomPub10CategoriesDocumentFormatter
();
50
public CategoriesDocumentFormatter GetFormatter() => new
AtomPub10CategoriesDocumentFormatter
(this);
3 references to AtomPub10CategoriesDocumentFormatter
System.ServiceModel (1)
netstandard.cs (1)
242
[assembly: TypeForwardedTo(typeof(
AtomPub10CategoriesDocumentFormatter
))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
45
AtomPub10CategoriesDocumentFormatter
formatter = new AtomPub10CategoriesDocumentFormatter();
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.
AtomPub10CategoriesDocumentFormatter
))]