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