4 writes to _index
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (4)
1399
_index
= 0;
1414
ref var entry = ref _hashSet._entries[
_index
++];
1422
_index
= _hashSet._count + 1;
1451
_index
= 0;
3 references to _index
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (3)
1412
while ((uint)
_index
< (uint)_hashSet._count)
1435
if (
_index
== 0 || (
_index
== _hashSet._count + 1))