2 writes to _firstDead
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\WeakList.cs (2)
176_firstDead = -1; 199_firstDead = currentIndex;
2 references to _firstDead
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\WeakList.cs (2)
197if (_firstDead < 0) 214_weakList.Shrink(_firstDead, _alive);