2 writes to _freeIndex
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxListPool.cs (2)
30_freeIndex--; 77_freeIndex++;
5 references to _freeIndex
Microsoft.CodeAnalysis (5)
Syntax\InternalSyntax\SyntaxListPool.cs (5)
28if (_freeIndex > 0) 31item = _freeList[_freeIndex].Value!; 32_freeList[_freeIndex].Value = null; 67if (_freeIndex >= _freeList.Length) 76_freeList[_freeIndex].Value = item;