3 writes to currentIndex
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
278currentIndex = -1; 319currentIndex++; 327currentIndex = -1;
11 references to currentIndex
System.Private.Xml (11)
System\Xml\Schema\XmlSchemaObjectTable.cs (11)
285if (currentIndex == -1) 289if (currentIndex >= size) 313if (currentIndex >= size - 1) 320currentValue = _entries[currentIndex].xso; 321currentKey = _entries[currentIndex].qname; 344if (currentIndex == -1) 348if (currentIndex >= size) 360if (currentIndex == -1) 364if (currentIndex >= size) 376if (currentIndex == -1) 380if (currentIndex >= size)