Searched refs:mapNmsp (Results 1 – 1 of 1) sorted by relevance
30 private Dictionary<XPathNodeRef, XPathNodeRef> mapNmsp; field in System.Xml.XPath.XPathDocument359 if (this.mapNmsp == null) in AddNamespace()360 this.mapNmsp = new Dictionary<XPathNodeRef, XPathNodeRef>(); in AddNamespace()362 … this.mapNmsp.Add(new XPathNodeRef(pageElem, idxElem), new XPathNodeRef(pageNmsp, idxNmsp)); in AddNamespace()373 if (this.mapNmsp == null || !this.mapNmsp.ContainsKey(nodeRef)) { in LookupNamespaces()379 nodeRef = this.mapNmsp[nodeRef]; in LookupNamespaces()