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); 324return _curElem != null; 336get { return _curElem; }