2 writes to _nextIndex
Microsoft.CodeAnalysis (2)
InternalUtilities\WeakList.cs (2)
173
_nextIndex
= 0;
187
_nextIndex
+= 1;
2 references to _nextIndex
Microsoft.CodeAnalysis (2)
InternalUtilities\WeakList.cs (2)
184
while (
_nextIndex
< _count)
186
int currentIndex =
_nextIndex
;