2 writes to _count
System.Private.CoreLib (2)
System\Reflection\Runtime\General\ListBuilder.cs (2)
17_count = 0; 86_count++;
8 references to _count
System.Private.CoreLib (8)
System\Reflection\Runtime\General\ListBuilder.cs (8)
40if (_count == 0) 42if (_count == 1) 45Array.Resize(ref _items, _count); 58return _count; 64if (_count == 0) 70if (_count == 1) 77else if (_capacity == _count) 84_items[_count] = item;