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