4 writes to _index
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1647_index = 0; 1664ref var entry = ref _dictionary._entries[_index++]; 1672_index = _dictionary._count + 1; 1699_index = 0;
3 references to _index
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
1662while ((uint)_index < (uint)_dictionary._count) 1683if (_index == 0 || (_index == _dictionary._count + 1))