1 write to mapNmsp
System.Xml (1)
System\Xml\XPath\XPathDocument.cs (1)
360this.mapNmsp = new Dictionary<XPathNodeRef, XPathNodeRef>();
5 references to mapNmsp
System.Xml (5)
System\Xml\XPath\XPathDocument.cs (5)
359if (this.mapNmsp == null) 362this.mapNmsp.Add(new XPathNodeRef(pageElem, idxElem), new XPathNodeRef(pageNmsp, idxNmsp)); 373if (this.mapNmsp == null || !this.mapNmsp.ContainsKey(nodeRef)) { 379nodeRef = this.mapNmsp[nodeRef];