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)
426if (_count == 0 && _occupancy == 0) 838else if (_occupancy > _loadsize && _count > 100)