1 write to _idValueMap
System.Private.Xml (1)
System\Xml\XPath\XPathDocument.cs (1)
417
_idValueMap
??= new Dictionary<string, XPathNodeRef>();
4 references to _idValueMap
System.Private.Xml (4)
System\Xml\XPath\XPathDocument.cs (4)
419
if (!
_idValueMap
.ContainsKey(id))
420
_idValueMap
.Add(id, new XPathNodeRef(pageElem, idxElem));
430
if (
_idValueMap
== null || !
_idValueMap
.TryGetValue(id, out nodeRef))