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)
226
return
_curElem
;
233
if ((node = GetNthMatchingNode(
_curElem
, bForward, nDiff)) != null)
237
return
_curElem
;