3 writes to currentIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (3)
308
currentIndex
= -1;
349
currentIndex
++;
357
currentIndex
= -1;
11 references to currentIndex
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (11)
315
if (
currentIndex
== -1)
319
if (
currentIndex
>= size)
343
if (
currentIndex
>= size - 1)
350
currentValue = _entries[
currentIndex
].xso;
351
currentKey = _entries[
currentIndex
].qname;
374
if (
currentIndex
== -1)
378
if (
currentIndex
>= size)
390
if (
currentIndex
== -1)
394
if (
currentIndex
>= size)
406
if (
currentIndex
== -1)
410
if (
currentIndex
>= size)