4 references to XmlNamedNodeMap
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
15
internal XmlAttributeCollection(XmlNode parent) :
base
(parent)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1031
_entities = new
XmlNamedNodeMap
(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (2)
88
_entities = new
XmlNamedNodeMap
(this);
100
_notations = new
XmlNamedNodeMap
(this);