3 writes to _count
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
306_count = 0; 629_count = count + 1; 1037_count = newCount;
31 references to _count
Microsoft.CodeAnalysis.InteractiveHost (31)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (31)
169Debug.Assert(_count == 0); 175CopyEntries(oldEntries, source._count); 180var count = source._count; 230public int Count => _count - _freeCount; 298var count = _count; 321for (var i = 0; i < _count; i++) 332for (var i = 0; i < _count; i++) 346for (var i = 0; i < _count; i++) 375var count = _count; 622var count = _count; 644=> Resize(HashHelpers.ExpandPrime(_count)); 651var count = _count; 909for (var i = 0; i < _count; i++) 927var count = _count; 1012var oldCount = _count; 1201while ((uint)_index < (uint)_dictionary._count) 1212_index = _dictionary._count + 1; 1227if (_index == 0 || (_index == _dictionary._count + 1)) 1256if (_index == 0 || (_index == _dictionary._count + 1)) 1269if (_index == 0 || (_index == _dictionary._count + 1)) 1282if (_index == 0 || (_index == _dictionary._count + 1)) 1330var count = _dictionary._count; 1409var count = _dictionary._count; 1456while ((uint)_index < (uint)_dictionary._count) 1467_index = _dictionary._count + 1; 1478if (_index == 0 || (_index == _dictionary._count + 1)) 1538var count = _dictionary._count; 1617var count = _dictionary._count; 1664while ((uint)_index < (uint)_dictionary._count) 1674_index = _dictionary._count + 1; 1685if (_index == 0 || (_index == _dictionary._count + 1))