3 writes to _count
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (3)
167_count = source._count; 206_count = 0; 514set._count = count + 1;
7 references to _count
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (7)
114if (_count > 0 && _entries!.Length / _count > ShrinkThreshold) 167_count = source._count; 177for (int i = 0; i < source._count; i++) 199int count = _count; 357public int Count => _count - _freeCount; 507int count = set._count;