10 writes to _freeCount
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (10)
292_freeCount = 0; 605_freeCount--; 920dictionary._freeCount++; 1015dictionary._freeCount--; 1152dictionary._freeCount--; 1350_freeCount++; 1398_freeCount++; 1478_freeCount++; 1528_freeCount++; 1737_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)