6 writes to _freeCount
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (6)
292_freeCount = 0; 604_freeCount--; 727dictionary._freeCount--; 921_freeCount++; 996_freeCount++; 1204_freeCount = 0;
3 references to _freeCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
209public int Count => _count - _freeCount; 599if (_freeCount > 0) 722if (dictionary._freeCount > 0)