2 writes to _count
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
68_count = 0; 133_count++;
12 references to _count
System.Private.CoreLib (12)
src\System\RuntimeType.CoreCLR.cs (12)
83if (_count == 0) 85if (_count == 1) 88Array.Resize(ref _items, _count); 89_capacity = _count; 95if (_count == 0) 98if (_count == 1) 104Array.Copy(_items!, 0, array, index, _count); 107public int Count => _count; 111if (_count == 0) 117if (_count == 1) 124else if (_capacity == _count) 131_items![_count] = item;