1 type derived from AtomPub10ServiceDocumentFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
636public class AtomPub10ServiceDocumentFormatter<TServiceDocument> : AtomPub10ServiceDocumentFormatter where TServiceDocument : ServiceDocument, new()
2 instantiations of AtomPub10ServiceDocumentFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\ServiceDocument.cs (2)
58return new AtomPub10ServiceDocumentFormatter(this); 63new AtomPub10ServiceDocumentFormatter(this).WriteTo(writer);
3 references to AtomPub10ServiceDocumentFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
161SetDocument(AtomPub10ServiceDocumentFormatter.ReadCategories(reader, null, 181AtomPub10ServiceDocumentFormatter.WriteCategoriesInnerXml(writer, Document, null, Version);
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter))]