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
--;
919
dictionary.
_freeCount
++;
1014
dictionary.
_freeCount
--;
1151
dictionary.
_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)
209
public int Count => _count -
_freeCount
;
599
if (
_freeCount
> 0)
1009
if (dictionary.
_freeCount
> 0)
1146
if (dictionary.
_freeCount
> 0)