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