5 writes to
Microsoft.CodeAnalysis.Extensions.Package (5)
src\Dependencies\Collections\TemporaryArray`1.cs (5)
169this[_count - 1] = item; 191this[_count - 1] = item; 209this[_count - 1] = item; 238this[count - 1] = default!; 347this[i] = default!;
3 references to
Microsoft.CodeAnalysis.Extensions.Package (3)
src\Dependencies\Collections\TemporaryArray`1.cs (3)
237var last = this[count - 1]; 341builder.Add(this[i]); 471_current = _array[_nextIndex];