4 writes to _count
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
290_count = 0; 615_count = count + 1; 738dictionary._count = count + 1; 1203_count = newCount;
32 references to _count
System.Private.CoreLib (32)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (32)
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; 731int count = dictionary._count; 821private void Resize() => Resize(HashHelpers.ExpandPrime(_count), false); 832int count = _count; 1072for (int i = 0; i < _count; i++) 1090int count = _count; 1174int oldCount = _count; 1370while ((uint)_index < (uint)_dictionary._count) 1381_index = _dictionary._count + 1; 1394if (_index == 0 || (_index == _dictionary._count + 1)) 1423if (_index == 0 || (_index == _dictionary._count + 1)) 1436if (_index == 0 || (_index == _dictionary._count + 1)) 1449if (_index == 0 || (_index == _dictionary._count + 1)) 1494int count = _dictionary._count; 1566int count = _dictionary._count; 1610while ((uint)_index < (uint)_dictionary._count) 1621_index = _dictionary._count + 1; 1632if (_index == 0 || (_index == _dictionary._count + 1)) 1689int count = _dictionary._count; 1760int count = _dictionary._count; 1804while ((uint)_index < (uint)_dictionary._count) 1814_index = _dictionary._count + 1; 1825if (_index == 0 || (_index == _dictionary._count + 1))