4 writes to _index
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1185_index = 0; 1201ref var entry = ref _dictionary._entries[_index++]; 1210_index = _dictionary._count + 1; 1246_index = 0;
9 references to _index
Microsoft.CodeAnalysis.Workspaces (9)
src\Dependencies\Collections\SegmentedDictionary`2.cs (9)
1199while ((uint)_index < (uint)_dictionary._count) 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))