1 write to idValueMap
System.Xml (1)
System\Xml\XPath\XPathDocument.cs (1)
390
this.
idValueMap
= new Dictionary<string, XPathNodeRef>();
6 references to idValueMap
System.Xml (6)
System\Xml\XPath\XPathDocument.cs (6)
389
if (this.
idValueMap
== null)
392
if (!this.
idValueMap
.ContainsKey(id))
393
this.
idValueMap
.Add(id, new XPathNodeRef(pageElem, idxElem));
402
if (this.
idValueMap
== null || !this.
idValueMap
.ContainsKey(id)) {
408
nodeRef = this.
idValueMap
[id];