2 writes to _documentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
35_documentType = documentTypeToCreate; 41_documentType = documentToWrite.GetType();
2 references to _documentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
141if (_documentType == typeof(ServiceDocument)) 147return (ServiceDocument)Activator.CreateInstance(_documentType);