3 writes to referencedDocumentType
System.ServiceModel (3)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
59this.referencedDocumentType = referencedDocumentType; 72this.referencedDocumentType = typeof(ReferencedCategoriesDocument); 76this.referencedDocumentType = documentToWrite.GetType();
2 references to referencedDocumentType
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
207if (referencedDocumentType == typeof(ReferencedCategoriesDocument)) 213return (ReferencedCategoriesDocument)Activator.CreateInstance(this.referencedDocumentType);