2 writes to documentType
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
51
this.
documentType
= documentTypeToCreate;
61
this.
documentType
= documentToWrite.GetType();
2 references to documentType
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
217
if (this.
documentType
== typeof(ServiceDocument))
223
return (ServiceDocument)Activator.CreateInstance(this.
documentType
);