1 write to htElementIDAttrDecl
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
174htElementIDAttrDecl = new Hashtable();
6 references to htElementIDAttrDecl
System.Xml (6)
System\Xml\Dom\XmlDocument.cs (6)
172if ( htElementIDAttrDecl == null || htElementIDAttrDecl[eleName] == null ) { 173if ( htElementIDAttrDecl == null ) 175htElementIDAttrDecl.Add(eleName, attrName); 188return (XmlName)(htElementIDAttrDecl[newName]); 194if (htElementIDAttrDecl == null)