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