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