3 writes to _curElem
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
309
_curElem
= null;
322
_curElem
= _list.GetNextNode(_curElem);
329
_curElem
= null;
3 references to _curElem
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
322
_curElem = _list.GetNextNode(
_curElem
);
324
return
_curElem
!= null;
336
get { return
_curElem
; }