3 writes to _count
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
304_count = 0; 627_count = count + 1; 1035_count = newCount;
31 references to _count
Microsoft.CodeAnalysis (31)
src\Dependencies\Collections\SegmentedDictionary`2.cs (31)
167Debug.Assert(_count == 0); 173CopyEntries(oldEntries, source._count); 178var count = source._count; 228public int Count => _count - _freeCount; 296var count = _count; 319for (var i = 0; i < _count; i++) 330for (var i = 0; i < _count; i++) 344for (var i = 0; i < _count; i++) 373var count = _count; 620var count = _count; 642=> Resize(HashHelpers.ExpandPrime(_count)); 649var count = _count; 907for (var i = 0; i < _count; i++) 925var count = _count; 1010var oldCount = _count; 1199while ((uint)_index < (uint)_dictionary._count) 1210_index = _dictionary._count + 1; 1225if (_index == 0 || (_index == _dictionary._count + 1)) 1254if (_index == 0 || (_index == _dictionary._count + 1)) 1267if (_index == 0 || (_index == _dictionary._count + 1)) 1280if (_index == 0 || (_index == _dictionary._count + 1)) 1328var count = _dictionary._count; 1407var count = _dictionary._count; 1454while ((uint)_index < (uint)_dictionary._count) 1465_index = _dictionary._count + 1; 1476if (_index == 0 || (_index == _dictionary._count + 1)) 1536var count = _dictionary._count; 1615var count = _dictionary._count; 1662while ((uint)_index < (uint)_dictionary._count) 1672_index = _dictionary._count + 1; 1683if (_index == 0 || (_index == _dictionary._count + 1))