5 writes to _index
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
961
_index
= 0;
982
_index
++;
985
_index
++;
987
_index
= _set._lastIndex + 1;
1019
_index
= 0;
5 references to _index
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
977
while (
_index
< _set._lastIndex)
979
if (_set._slots[
_index
].hashCode >= 0)
981
_current = _set._slots[
_index
].value;
1004
if (
_index
== 0 ||
_index
== _set._lastIndex + 1)