Home
last modified time | relevance | path

Searched refs:mapNmsp (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathDocument.cs30 private Dictionary<XPathNodeRef, XPathNodeRef> mapNmsp; field in System.Xml.XPath.XPathDocument
359 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()