8 writes to _freeCount
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (8)
292_freeCount = 0; 604_freeCount--; 919dictionary._freeCount++; 1014dictionary._freeCount--; 1151dictionary._freeCount--; 1345_freeCount++; 1420_freeCount++; 1628_freeCount = 0;
4 references to _freeCount
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
209public int Count => _count - _freeCount; 599if (_freeCount > 0) 1009if (dictionary._freeCount > 0) 1146if (dictionary._freeCount > 0)