2 instantiations of XmlImplementation
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
83public XmlDocument() : this(new XmlImplementation()) 89public XmlDocument(XmlNameTable nt) : this(new XmlImplementation(nt))
3 references to XmlImplementation
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
22private XmlImplementation _implementation; 93protected internal XmlDocument(XmlImplementation imp) : base() 308public XmlImplementation Implementation