5 writes to _index
System (5)
compmod\system\collections\generic\queue.cs (5)
356
_index
= -1;
363
_index
= -2;
374
_index
++;
377
_index
= -2;
415
_index
= -1;
7 references to _index
System (7)
compmod\system\collections\generic\queue.cs (7)
371
if (
_index
== -2)
376
if (
_index
== _q._size) {
382
_currentElement = _q.GetElement(
_index
);
389
if (
_index
< 0)
391
if (
_index
== -1)
402
if (
_index
< 0)
404
if (
_index
== -1)