5 writes to _count
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
290_count = 0; 615_count = count + 1; 1025dictionary._count = count + 1; 1162dictionary._count = count + 1; 1627_count = newCount;
33 references to _count
System.Private.CoreLib (33)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (33)
132Debug.Assert(_count == 0); 138CopyEntries(oldEntries, source._count); 143int count = source._count; 209public int Count => _count - _freeCount; 282int count = _count; 305for (int i = 0; i < _count; i++) 316for (int i = 0; i < _count; i++) 330for (int i = 0; i < _count; i++) 359int count = _count; 608int count = _count; 1018int count = dictionary._count; 1155int count = dictionary._count; 1245private void Resize() => Resize(HashHelpers.ExpandPrime(_count), false); 1256int count = _count; 1496for (int i = 0; i < _count; i++) 1514int count = _count; 1598int oldCount = _count; 1794while ((uint)_index < (uint)_dictionary._count) 1805_index = _dictionary._count + 1; 1818if (_index == 0 || (_index == _dictionary._count + 1)) 1847if (_index == 0 || (_index == _dictionary._count + 1)) 1860if (_index == 0 || (_index == _dictionary._count + 1)) 1873if (_index == 0 || (_index == _dictionary._count + 1)) 1918int count = _dictionary._count; 1990int count = _dictionary._count; 2034while ((uint)_index < (uint)_dictionary._count) 2045_index = _dictionary._count + 1; 2056if (_index == 0 || (_index == _dictionary._count + 1)) 2113int count = _dictionary._count; 2184int count = _dictionary._count; 2228while ((uint)_index < (uint)_dictionary._count) 2238_index = _dictionary._count + 1; 2249if (_index == 0 || (_index == _dictionary._count + 1))