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)
184while (_nextIndex < _count) 186int currentIndex = _nextIndex;