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)
458
public T Current =>
_current
;