1 type derived from AtomPub10ServiceDocumentFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
794public class AtomPub10ServiceDocumentFormatter<TServiceDocument> : AtomPub10ServiceDocumentFormatter
2 instantiations of AtomPub10ServiceDocumentFormatter
System.ServiceModel (2)
System\ServiceModel\Syndication\ServiceDocument.cs (2)
87return new AtomPub10ServiceDocumentFormatter(this); 92new AtomPub10ServiceDocumentFormatter(this).WriteTo(writer);
4 references to AtomPub10ServiceDocumentFormatter
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
222SetDocument(AtomPub10ServiceDocumentFormatter.ReadCategories(reader, null, 251AtomPub10ServiceDocumentFormatter.WriteCategoriesInnerXml(writer, this.Document, null, this.Version);
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
22[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
328else if (typeof(AtomPub10ServiceDocumentFormatter).IsAssignableFrom(type))