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)
206
if (
_alive
== 0)
211
else if (
_alive
< _weakList._items.Length / 4)
214
_weakList.Shrink(_firstDead,
_alive
);