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
--;
920
dictionary.
_freeCount
++;
1015
dictionary.
_freeCount
--;
1152
dictionary.
_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)
209
public int Count => _count -
_freeCount
;
600
if (
_freeCount
> 0)
1010
if (dictionary.
_freeCount
> 0)
1147
if (dictionary.
_freeCount
> 0)