1 write to idAttrName
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
160
this.
idAttrName
= (XmlQualifiedName) this.elemIdMap[new XmlQualifiedName(localName, prefix)];
3 references to idAttrName
System.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
284
if (this.
idAttrName
!= null) {
286
if (this.pageSibling[this.idxSibling].LocalName == this.
idAttrName
.Name &&
287
this.pageSibling[this.idxSibling].Prefix == this.
idAttrName
.Namespace) {