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