1 type derived from XmlImplementation
System.Data (1)
fx\src\data\System\NewXml\XmlDataImplementation.cs (1)
11internal sealed class XmlDataImplementation : XmlImplementation {
2 instantiations of XmlImplementation
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
85public XmlDocument(): this( new XmlImplementation() ) { 90public XmlDocument( XmlNameTable nt ) : this( new XmlImplementation( nt ) ) {
4 references to XmlImplementation
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2331internal XmlDataDocument( XmlImplementation imp ) : base( imp ) {
System.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
24private XmlImplementation implementation; 93protected internal XmlDocument( XmlImplementation imp ): base() { 281public XmlImplementation Implementation {