6 references to XmlDocument
System.Data.Common (3)
System\Xml\XmlDataDocument.cs (3)
2563
public XmlDataDocument() :
base
(new XmlDataImplementation())
2574
public XmlDataDocument(DataSet dataset) :
base
(new XmlDataImplementation())
2579
internal XmlDataDocument(XmlImplementation imp) :
base
(imp)
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (2)
134
public XmlDocument() :
this
(new XmlImplementation())
140
public XmlDocument(XmlNameTable nt) :
this
(new XmlImplementation(nt))
System\Xml\Dom\XmlImplementation.cs (1)
37
return new
XmlDocument
(this);