3 writes to inlineDocumentType
System.ServiceModel (3)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
58this.inlineDocumentType = inlineDocumentType; 71this.inlineDocumentType = documentToWrite.GetType(); 77this.inlineDocumentType = typeof(InlineCategoriesDocument);
2 references to inlineDocumentType
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
195if (inlineDocumentType == typeof(InlineCategoriesDocument)) 201return (InlineCategoriesDocument)Activator.CreateInstance(this.inlineDocumentType);