4 writes to _freeCount
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
292
_freeCount
= 0;
604
_freeCount
--;
919
dictionary.
_freeCount
++;
1014
dictionary.
_freeCount
--;
3 references to _freeCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
209
public int Count => _count -
_freeCount
;
599
if (
_freeCount
> 0)
1009
if (dictionary.
_freeCount
> 0)