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)
197
if (
_firstDead
< 0)
214
_weakList.Shrink(
_firstDead
, _alive);