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