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)
255
if (
_htElementIDAttrDecl
== null ||
_htElementIDAttrDecl
[eleName] == null)
258
_htElementIDAttrDecl
.Add(eleName, attrName);
272
return (XmlName?)(
_htElementIDAttrDecl
![newName]);
279
if (
_htElementIDAttrDecl
== null)