8 writes to _freeCount
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (8)
292_freeCount = 0; 605_freeCount--; 920dictionary._freeCount++; 1015dictionary._freeCount--; 1152dictionary._freeCount--; 1346_freeCount++; 1421_freeCount++; 1629_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; 600if (_freeCount > 0) 1010if (dictionary._freeCount > 0) 1147if (dictionary._freeCount > 0)