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