2 writes to _current
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (2)
454_current = default!; 468_current = _array[_nextIndex];
1 reference to _current
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (1)
458public T Current => _current;