1 write to _elemIdMap
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
602
_elemIdMap
??= new Hashtable();
3 references to _elemIdMap
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
172
if (
_elemIdMap
!= null)
173
_idAttrName = (XmlQualifiedName?)
_elemIdMap
[new XmlQualifiedName(localName, prefix)];
606
_elemIdMap
.Add(new XmlQualifiedName(attrList.LocalName, attrList.Prefix),