4 references to XmlNamedNodeMap
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
15internal 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);