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