3 writes to _count
Microsoft.Build.Framework (3)
SegmentedDictionary`2.cs (3)
241_count = 0; 631_count = count + 1; 1001_count = count;
29 references to _count
Microsoft.Build.Framework (29)
SegmentedDictionary`2.cs (29)
120var count = d._count; 165public int Count => _count - _freeCount; 233var count = _count; 256for (var i = 0; i < _count; i++) 267for (var i = 0; i < _count; i++) 281for (var i = 0; i < _count; i++) 310var count = _count; 624var count = _count; 646=> Resize(HashHelpers.ExpandPrime(_count)); 655var count = _count; 879for (var i = 0; i < _count; i++) 897var count = _count; 982var oldCount = _count; 1165while ((uint)_index < (uint)_dictionary._count) 1176_index = _dictionary._count + 1; 1191if (_index == 0 || (_index == _dictionary._count + 1)) 1220if (_index == 0 || (_index == _dictionary._count + 1)) 1233if (_index == 0 || (_index == _dictionary._count + 1)) 1246if (_index == 0 || (_index == _dictionary._count + 1)) 1292var count = _dictionary._count; 1365var count = _dictionary._count; 1412while ((uint)_index < (uint)_dictionary._count) 1423_index = _dictionary._count + 1; 1434if (_index == 0 || (_index == _dictionary._count + 1)) 1492var count = _dictionary._count; 1565var count = _dictionary._count; 1612while ((uint)_index < (uint)_dictionary._count) 1622_index = _dictionary._count + 1; 1633if (_index == 0 || (_index == _dictionary._count + 1))