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