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