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