5 writes to
Microsoft.CodeAnalysis.Collections.Package (5)
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.Collections.Package (3)
TemporaryArray`1.cs (3)
237var last = this[count - 1]; 341builder.Add(this[i]); 471_current = _array[_nextIndex];