1 write to _htElementIDAttrDecl
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
258_htElementIDAttrDecl ??= new Hashtable();
5 references to _htElementIDAttrDecl
System.Private.Xml (5)
System\Xml\Dom\XmlDocument.cs (5)
256if (_htElementIDAttrDecl == null || _htElementIDAttrDecl[eleName] == null) 259_htElementIDAttrDecl.Add(eleName, attrName); 273return (XmlName?)(_htElementIDAttrDecl![newName]); 280if (_htElementIDAttrDecl == null)