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