2 writes to _documentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
38
_documentType
= documentTypeToCreate;
44
_documentType
= documentToWrite.GetType();
2 references to _documentType
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
159
if (
_documentType
== typeof(ServiceDocument))
165
return (ServiceDocument)Activator.CreateInstance(
_documentType
);