6 writes to _index
System.Collections.NonGeneric (6)
System\Collections\Queue.cs (6)
431
_index
= 0;
434
_index
= -1;
450
_index
++;
453
_index
= -1;
476
_index
= -1;
478
_index
= 0;
4 references to _index
System.Collections.NonGeneric (4)
System\Collections\Queue.cs (4)
443
if (
_index
< 0)
449
_currentElement = _q.GetElement(
_index
);
452
if (
_index
== _q._size)
463
if (
_index
== 0)