4 references to Document
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
92
if (
Document
== null)
122
if (
Document
== null)
181
AtomPub10ServiceDocumentFormatter.WriteCategoriesInnerXml(writer,
Document
, null, Version);
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
47
return formatter.
Document
;