6 writes to _index
mscorlib (6)
system\collections\queue.cs (6)
403
_index
= 0;
406
_index
= -1;
423
_index
++;
426
_index
= -1;
446
_index
= -1;
448
_index
= 0;
4 references to _index
mscorlib (4)
system\collections\queue.cs (4)
417
if (
_index
< 0) {
422
currentElement = _q.GetElement(
_index
);
425
if (
_index
== _q._size)
434
if (
_index
== 0)