4 writes to _index
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1439_index = 0; 1456ref var entry = ref _dictionary._entries[_index++]; 1465_index = _dictionary._count + 1; 1492_index = 0;
3 references to _index
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
1454while ((uint)_index < (uint)_dictionary._count) 1476if (_index == 0 || (_index == _dictionary._count + 1))