3 writes to _index
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
1103_current = _array[_index++]; 1107_index = _array.Length + 1; 1127_index = 0;
3 references to _index
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
1101if (_index < _array.Length) 1117if (_index == 0 || _index == _array.Length + 1)