4 writes to _occupancy
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
438
_occupancy
= 0;
714
_occupancy
= 0;
908
_occupancy
++;
958
_occupancy
++;
2 references to _occupancy
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (2)
426
if (_count == 0 &&
_occupancy
== 0)
838
else if (
_occupancy
> _loadsize && _count > 100)