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