1 write to _array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (1)
453
_array
= new TemporaryArray<T>(in array);
2 references to _array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (2)
462
if (_nextIndex >=
_array
.Count)
468
_current =
_array
[_nextIndex];