2 writes to _alive
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\WeakList.cs (2)
175_alive = weakList._size; 202_alive--;
3 references to _alive
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\InternalUtilities\WeakList.cs (3)
206if (_alive == 0) 211else if (_alive < _weakList._items.Length / 4) 214_weakList.Shrink(_firstDead, _alive);