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; 1628_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; 1497for (int i = 0; i < _count; i++) 1515int count = _count; 1599int oldCount = _count; 1795while ((uint)_index < (uint)_dictionary._count) 1806_index = _dictionary._count + 1; 1819if (_index == 0 || (_index == _dictionary._count + 1)) 1848if (_index == 0 || (_index == _dictionary._count + 1)) 1861if (_index == 0 || (_index == _dictionary._count + 1)) 1874if (_index == 0 || (_index == _dictionary._count + 1)) 1919int count = _dictionary._count; 1991int count = _dictionary._count; 2035while ((uint)_index < (uint)_dictionary._count) 2046_index = _dictionary._count + 1; 2057if (_index == 0 || (_index == _dictionary._count + 1)) 2114int count = _dictionary._count; 2185int count = _dictionary._count; 2229while ((uint)_index < (uint)_dictionary._count) 2239_index = _dictionary._count + 1; 2250if (_index == 0 || (_index == _dictionary._count + 1))