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