3 writes to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
260this.curElem = null; 270curElem = list.GetNextNode( curElem ); 276curElem = null;
3 references to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
270curElem = list.GetNextNode( curElem ); 272return curElem != null; 282get { return curElem; }