3 writes to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
36
this.
curElem
= rootNode;
59
this.
curElem
= rootNode;
205
curElem
= node;
3 references to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
197
return
curElem
;
203
if ( ( node = GetNthMatchingNode(
curElem
, bForward, nDiff ) ) != null ) {
206
return
curElem
;