3 writes to curInd
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
35
this.
curInd
= -1;
58
this.
curInd
= -1;
204
curInd
= index;
2 references to curInd
System.Xml (2)
System\Xml\Dom\XmlElementList.cs (2)
196
if (
curInd
== index )
198
int nDiff = index -
curInd
;