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; 358public int Count => _count - _freeCount; 1067if (_freeCount > 0)