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