3 writes to _referencedDocumentType
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
43
_referencedDocumentType
= referencedDocumentType;
52
_referencedDocumentType
= typeof(ReferencedCategoriesDocument);
56
_referencedDocumentType
= documentToWrite.GetType();
2 references to _referencedDocumentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
146
if (
_referencedDocumentType
== typeof(ReferencedCategoriesDocument))
152
return (ReferencedCategoriesDocument)Activator.CreateInstance(
_referencedDocumentType
);