2 writes to _count
mscorlib (2)
system\rttype.cs (2)
111_count = 0; 194_count++;
12 references to _count
mscorlib (12)
system\rttype.cs (12)
137if (_count == 0) 139if (_count == 1) 142Array.Resize(ref _items, _count); 143_capacity = _count; 149if (_count == 0) 152if (_count == 1) 158Array.Copy(_items, 0, array, index, _count); 165return _count; 171if (_count == 0) 177if (_count == 1) 185if (_capacity == _count) 192_items[_count] = item;