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