5 writes to
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\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.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (3)
234var last = this[count - 1]; 338builder.Add(this[i]); 468_current = _array[_nextIndex];