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