5 writes to _freeCount
Microsoft.Build.Framework (5)
SegmentedDictionary`2.cs (5)
243
_freeCount
= 0;
620
_freeCount
--;
727
_freeCount
++;
801
_freeCount
++;
1002
_freeCount
= 0;
2 references to _freeCount
Microsoft.Build.Framework (2)
SegmentedDictionary`2.cs (2)
165
public int Count => _count -
_freeCount
;
615
if (
_freeCount
> 0)