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