3 writes to _referencedDocumentType
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
41
_referencedDocumentType
= referencedDocumentType;
50
_referencedDocumentType
= typeof(ReferencedCategoriesDocument);
54
_referencedDocumentType
= documentToWrite.GetType();
2 references to _referencedDocumentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
129
if (
_referencedDocumentType
== typeof(ReferencedCategoriesDocument))
135
return (ReferencedCategoriesDocument)Activator.CreateInstance(
_referencedDocumentType
);