3 writes to idxNmsp
System.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
104
this.
idxNmsp
= NewNamespaceNode(out this.pageNmsp, this.nameTable.Add("xml"), this.nameTable.Add(XmlReservedNs.NsXml), null, 0);
250
this.
idxNmsp
= nodeRef.Index;
519
this.
idxNmsp
= idxNew;
7 references to idxNmsp
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (7)
105
this.doc.SetXmlNamespaceNode(this.pageNmsp, this.
idxNmsp
);
245
this.doc.AddNamespace(this.pageParent, this.idxParent, this.pageNmsp, this.
idxNmsp
);
445
Debug.Assert(this.idxParent == 0 || this.
idxNmsp
!= 0);
455
idxOverride = this.
idxNmsp
;
470
idxOrig = this.
idxNmsp
;
500
pageNew[idxNew].SetSibling(this.infoTable, this.pageNmsp, this.
idxNmsp
);
511
this.stkNmsp.Push(new XPathNodeRef(this.pageNmsp, this.
idxNmsp
));