1 write to elemIdMap
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
537
this.
elemIdMap
= new Hashtable();
4 references to elemIdMap
System.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
159
if (this.
elemIdMap
!= null)
160
this.idAttrName = (XmlQualifiedName) this.
elemIdMap
[new XmlQualifiedName(localName, prefix)];
536
if (this.
elemIdMap
== null)
541
this.
elemIdMap
.Add(new XmlQualifiedName(attrList.LocalName, attrList.Prefix),