5 writes to _index
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
958
_index
= 0;
979
_index
++;
982
_index
++;
984
_index
= _set._lastIndex + 1;
1016
_index
= 0;
5 references to _index
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
974
while (
_index
< _set._lastIndex)
976
if (_set._slots[
_index
].hashCode >= 0)
978
_current = _set._slots[
_index
].value;
1001
if (
_index
== 0 ||
_index
== _set._lastIndex + 1)