3 writes to _curElem
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
34_curElem = _rootNode; 62_curElem = _rootNode; 236_curElem = node;
3 references to _curElem
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
226return _curElem; 233if ((node = GetNthMatchingNode(_curElem, bForward, nDiff)) != null) 237return _curElem;