3 writes to _curInd
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
33
_curInd
= -1;
61
_curInd
= -1;
235
_curInd
= index;
2 references to _curInd
System.Private.Xml (2)
System\Xml\Dom\XmlElementList.cs (2)
225
if (
_curInd
== index)
227
int nDiff = index -
_curInd
;