1 type derived from ServiceDocumentFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
16
public class AtomPub10ServiceDocumentFormatter :
ServiceDocumentFormatter
, IXmlSerializable
3 references to ServiceDocumentFormatter
System.ServiceModel (1)
netstandard.cs (1)
255
[assembly: TypeForwardedTo(typeof(
ServiceDocumentFormatter
))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\ServiceDocument.cs (1)
56
public
ServiceDocumentFormatter
GetFormatter()
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
25
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.
ServiceDocumentFormatter
))]