4 writes to _index
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedHashSet`1.cs (4)
1397_index = 0; 1412ref var entry = ref _hashSet._entries[_index++]; 1420_index = _hashSet._count + 1; 1449_index = 0;
3 references to _index
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedHashSet`1.cs (3)
1410while ((uint)_index < (uint)_hashSet._count) 1433if (_index == 0 || (_index == _hashSet._count + 1))