4 references to Document
System.ServiceModel (4)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
120
if (this.
Document
== null)
150
if (this.
Document
== null)
251
AtomPub10ServiceDocumentFormatter.WriteCategoriesInnerXml(writer, this.
Document
, null, this.Version);
System\ServiceModel\Syndication\CategoriesDocument.cs (1)
78
return formatter.
Document
;