5 writes to _freeCount
Microsoft.CodeAnalysis (5)
src\Dependencies\Collections\SegmentedHashSet`1.cs (5)
168_freeCount = source._freeCount; 208_freeCount = 0; 335_freeCount++; 982_freeCount = 0; 1088_freeCount--;
3 references to _freeCount
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedHashSet`1.cs (3)
168_freeCount = source._freeCount; 356public int Count => _count - _freeCount; 1085if (_freeCount > 0)