10 references to Document
System.ServiceModel (10)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (9)
103if (this.Document == null) 134if (this.Document == null) 751if (!string.IsNullOrEmpty(this.Document.Language)) 753WriteXmlLang(writer, this.Document.Language); 755Uri baseUri = this.Document.BaseUri; 760WriteAttributeExtensions(writer, this.Document, this.Version); 762for (int i = 0; i < this.Document.Workspaces.Count; ++i) 764WriteWorkspace(writer, this.Document.Workspaces[i], baseUri); 766WriteElementExtensions(writer, this.Document, this.Version);
System\ServiceModel\Syndication\ServiceDocument.cs (1)
82return (TServiceDocument)(object) formatter.Document;