1 write to _htElementIDAttrDecl
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
183
_htElementIDAttrDecl
= new Hashtable();
6 references to _htElementIDAttrDecl
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (6)
180
if (
_htElementIDAttrDecl
== null ||
_htElementIDAttrDecl
[eleName] == null)
182
if (
_htElementIDAttrDecl
== null)
184
_htElementIDAttrDecl
.Add(eleName, attrName);
198
return (XmlName)(
_htElementIDAttrDecl
[newName]);
205
if (
_htElementIDAttrDecl
== null)