3 references to XDocumentType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (1)
229new XDocumentType("html", "-//W3C//DTD XHTML 1.0 Transitional//EN", "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd", null),
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
6415: this(name, publicId, systemId, internalSubset) { 7923AddNode(new XDocumentType(name, pubid, sysid, subset));