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)
180if (_htElementIDAttrDecl == null || _htElementIDAttrDecl[eleName] == null) 182if (_htElementIDAttrDecl == null) 184_htElementIDAttrDecl.Add(eleName, attrName); 198return (XmlName)(_htElementIDAttrDecl[newName]); 205if (_htElementIDAttrDecl == null)