3 references to XmlDocument
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
83
public XmlDocument() :
this
(new XmlImplementation())
89
public XmlDocument(XmlNameTable nt) :
this
(new XmlImplementation(nt))
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlImplementation.cs (1)
43
return new
XmlDocument
(this);