5 writes to _count
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
290_count = 0; 616_count = count + 1; 1026dictionary._count = count + 1; 1163dictionary._count = count + 1; 1736_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; 609int count = _count; 1019int count = dictionary._count; 1156int count = dictionary._count; 1246private void Resize() => Resize(HashHelpers.ExpandPrime(_count), false); 1257int count = _count; 1605for (int i = 0; i < _count; i++) 1623int count = _count; 1707int oldCount = _count; 1903while ((uint)_index < (uint)_dictionary._count) 1914_index = _dictionary._count + 1; 1927if (_index == 0 || (_index == _dictionary._count + 1)) 1956if (_index == 0 || (_index == _dictionary._count + 1)) 1969if (_index == 0 || (_index == _dictionary._count + 1)) 1982if (_index == 0 || (_index == _dictionary._count + 1)) 2027int count = _dictionary._count; 2099int count = _dictionary._count; 2143while ((uint)_index < (uint)_dictionary._count) 2154_index = _dictionary._count + 1; 2165if (_index == 0 || (_index == _dictionary._count + 1)) 2222int count = _dictionary._count; 2293int count = _dictionary._count; 2337while ((uint)_index < (uint)_dictionary._count) 2347_index = _dictionary._count + 1; 2358if (_index == 0 || (_index == _dictionary._count + 1))