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)
371if (_index == -2) 376if (_index == _q._size) { 382_currentElement = _q.GetElement(_index); 389if (_index < 0) 391if (_index == -1) 402if (_index < 0) 404if (_index == -1)