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)
256
if (
_htElementIDAttrDecl
== null ||
_htElementIDAttrDecl
[eleName] == null)
259
_htElementIDAttrDecl
.Add(eleName, attrName);
273
return (XmlName?)(
_htElementIDAttrDecl
![newName]);
280
if (
_htElementIDAttrDecl
== null)