2 writes to _count
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
61_count = 0; 126_count++;
12 references to _count
System.Private.CoreLib (12)
src\System\RuntimeType.CoreCLR.cs (12)
76if (_count == 0) 78if (_count == 1) 81Array.Resize(ref _items, _count); 82_capacity = _count; 88if (_count == 0) 91if (_count == 1) 97Array.Copy(_items!, 0, array, index, _count); 100public int Count => _count; 104if (_count == 0) 110if (_count == 1) 117else if (_capacity == _count) 124_items![_count] = item;