5 writes to
Microsoft.CodeAnalysis (5)
Collections\TemporaryArray`1.cs (5)
166this[_count - 1] = item; 188this[_count - 1] = item; 206this[_count - 1] = item; 235this[count - 1] = default!; 344this[i] = default!;
3 references to
Microsoft.CodeAnalysis (3)
Collections\TemporaryArray`1.cs (3)
234var last = this[count - 1]; 338builder.Add(this[i]); 468_current = _array[_nextIndex];