5 writes to _next
Microsoft.CodeAnalysis.CodeStyle (5)
SegmentedHashSet`1.cs (5)
323
entries[last].
_next
= entry._next;
327
entry.
_next
= StartOfFreeList - _freeList;
898
entry.
_next
= bucket - 1; // Value in _buckets is 1-based
935
entry.
_next
= bucket - 1; // Value in _buckets is 1-based
1090
entry.
_next
= bucket - 1; // Value in _buckets is 1-based
19 references to _next
Microsoft.CodeAnalysis.CodeStyle (19)
SegmentedHashSet`1.cs (19)
165
if (entry.
_next
>= -1)
229
i = entry.
_next
;
252
i = entry.
_next
;
274
i = entry.
_next
;
319
bucket = entry.
_next
+ 1; // Value in buckets is 1-based
323
entries[last]._next = entry.
_next
;
342
i = entry.
_next
;
805
if (entry.
_next
>= -1)
826
if (entry.
_next
>= -1)
895
if (entry.
_next
>= -1)
930
if (oldEntries[i].
_next
>= -1)
1008
i = entry.
_next
;
1031
i = entry.
_next
;
1055
i = entry.
_next
;
1071
Debug.Assert((StartOfFreeList - entries[_freeList].
_next
) >= -1, "shouldn't overflow because `next` cannot underflow");
1072
_freeList = StartOfFreeList - entries[_freeList].
_next
;
1151
if (entry.
_next
>= -1)
1197
if (entry.
_next
>= -1 && !bitHelper.IsMarked(i))
1413
if (entry.
_next
>= -1)