5 writes to _count
System.Private.CoreLib (5)
src\runtime\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; 1746_count = newCount;
33 references to _count
System.Private.CoreLib (33)
src\runtime\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); 1258int count = _count; 1606for (int i = 0; i < _count; i++) 1624int count = _count; 1723CopyEntries(oldEntries, _count); 1913while ((uint)_index < (uint)_dictionary._count) 1924_index = _dictionary._count + 1; 1937if (_index == 0 || (_index == _dictionary._count + 1)) 1966if (_index == 0 || (_index == _dictionary._count + 1)) 1979if (_index == 0 || (_index == _dictionary._count + 1)) 1992if (_index == 0 || (_index == _dictionary._count + 1)) 2037int count = _dictionary._count; 2109int count = _dictionary._count; 2153while ((uint)_index < (uint)_dictionary._count) 2164_index = _dictionary._count + 1; 2175if (_index == 0 || (_index == _dictionary._count + 1)) 2232int count = _dictionary._count; 2303int count = _dictionary._count; 2347while ((uint)_index < (uint)_dictionary._count) 2357_index = _dictionary._count + 1; 2368if (_index == 0 || (_index == _dictionary._count + 1))