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