5 writes to _lastIndex
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (5)
128
_lastIndex
= 0;
272
_lastIndex
= 0;
444
_lastIndex
= 0;
745
_lastIndex
= newIndex;
853
_lastIndex
++;
11 references to _lastIndex
Microsoft.Build (11)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (11)
264
if (
_lastIndex
> 0)
270
Array.Clear(_slots, 0,
_lastIndex
);
683
for (int i = 0; i <
_lastIndex
&& numCopied < count; i++)
728
for (int i = 0; i <
_lastIndex
; i++)
791
Array.Copy(_slots, 0, newSlots, 0,
_lastIndex
);
795
for (int i = 0; i <
_lastIndex
; i++)
846
if (
_lastIndex
== _slots.Length)
852
index =
_lastIndex
;
977
while (_index < _set.
_lastIndex
)
987
_index = _set.
_lastIndex
+ 1;
1004
if (_index == 0 || _index == _set.
_lastIndex
+ 1)