2 writes to _count
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
63_count = 0; 128_count++;
12 references to _count
System.Private.CoreLib (12)
src\System\RuntimeType.CoreCLR.cs (12)
78if (_count == 0) 80if (_count == 1) 83Array.Resize(ref _items, _count); 84_capacity = _count; 90if (_count == 0) 93if (_count == 1) 99Array.Copy(_items!, 0, array, index, _count); 102public int Count => _count; 106if (_count == 0) 112if (_count == 1) 119else if (_capacity == _count) 126_items![_count] = item;