Base:
method
CreateDocumentInstance
System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance()
1 override of CreateDocumentInstance
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
628protected override ServiceDocument CreateDocumentInstance() => new TServiceDocument();
1 reference to CreateDocumentInstance
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
411ServiceDocument result = CreateDocumentInstance();