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