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