5 writes to _freeCount
Microsoft.CodeAnalysis.Workspaces (5)
SegmentedHashSet`1.cs (5)
153
_freeCount
= source._freeCount;
193
_freeCount
= 0;
337
_freeCount
++;
942
_freeCount
= 0;
1070
_freeCount
--;
3 references to _freeCount
Microsoft.CodeAnalysis.Workspaces (3)
SegmentedHashSet`1.cs (3)
153
_freeCount = source.
_freeCount
;
358
public int Count => _count -
_freeCount
;
1067
if (
_freeCount
> 0)