3 writes to _referencedDocumentType
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
37
_referencedDocumentType
= referencedDocumentType;
46
_referencedDocumentType
= typeof(ReferencedCategoriesDocument);
50
_referencedDocumentType
= documentToWrite.GetType();
2 references to _referencedDocumentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
125
if (
_referencedDocumentType
== typeof(ReferencedCategoriesDocument))
131
return (ReferencedCategoriesDocument)Activator.CreateInstance(
_referencedDocumentType
);