4 references to XmlNamedNodeMap
System.Xml (4)
System\Xml\Dom\XmlAttributeCollection.cs (1)
16internal XmlAttributeCollection( XmlNode parent ): base( parent ) {
System\Xml\Dom\XmlDocument.cs (1)
910entities = new XmlNamedNodeMap( this );
System\Xml\Dom\XmlDocumentType.cs (2)
77entities = new XmlNamedNodeMap( this ); 87notations = new XmlNamedNodeMap( this );