2 references to XmlImplementation
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
90public XmlDocument( XmlNameTable nt ) : this( new XmlImplementation( nt ) ) {
System\Xml\Dom\XmlImplementation.cs (1)
19public XmlImplementation() : this( new NameTable() ) {