4 writes to _index
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (4)
1187_index = 0; 1203ref var entry = ref _dictionary._entries[_index++]; 1212_index = _dictionary._count + 1; 1248_index = 0;
9 references to _index
Microsoft.CodeAnalysis.InteractiveHost (9)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (9)
1201while ((uint)_index < (uint)_dictionary._count) 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))