1 type derived from XmlImplementation
System.Data.Common (1)
System\Xml\XmlDataImplementation.cs (1)
13internal sealed class XmlDataImplementation : XmlImplementation
2 instantiations of XmlImplementation
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
134public XmlDocument() : this(new XmlImplementation()) 140public XmlDocument(XmlNameTable nt) : this(new XmlImplementation(nt))
8 references to XmlImplementation
netstandard (1)
netstandard.cs (1)
2477[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))]
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
2579internal XmlDataDocument(XmlImplementation imp) : base(imp)
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
74private readonly XmlImplementation _implementation; 144protected internal XmlDocument(XmlImplementation imp) : base() 386public XmlImplementation Implementation
System.Xml (1)
System.Xml.cs (1)
206[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
134[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))]