3 writes to currentIndex
System.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
255currentIndex = -1; 289currentIndex++; 296currentIndex = -1;
11 references to currentIndex
System.Xml (11)
System\Xml\Schema\XmlSchemaObjectTable.cs (11)
260if (currentIndex == -1) { 263if (currentIndex >= size) { 284if (currentIndex >= size - 1) { 290currentValue = entries[currentIndex].xso; 291currentKey = entries[currentIndex].qname; 310if (currentIndex == -1) { 313if (currentIndex >= size) { 322if (currentIndex == -1) { 325if (currentIndex >= size) { 334if (currentIndex == -1) { 337if (currentIndex >= size) {