5 writes to _lastIndex
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
125
_lastIndex
= 0;
269
_lastIndex
= 0;
441
_lastIndex
= 0;
742
_lastIndex
= newIndex;
850
_lastIndex
++;
11 references to _lastIndex
Microsoft.Build (11)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (11)
261
if (
_lastIndex
> 0)
267
Array.Clear(_slots, 0,
_lastIndex
);
680
for (int i = 0; i <
_lastIndex
&& numCopied < count; i++)
725
for (int i = 0; i <
_lastIndex
; i++)
788
Array.Copy(_slots, 0, newSlots, 0,
_lastIndex
);
792
for (int i = 0; i <
_lastIndex
; i++)
843
if (
_lastIndex
== _slots.Length)
849
index =
_lastIndex
;
974
while (_index < _set.
_lastIndex
)
984
_index = _set.
_lastIndex
+ 1;
1001
if (_index == 0 || _index == _set.
_lastIndex
+ 1)