2 writes to _current
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryArray`1.cs (2)
329
_current
= default!;
343
_current
= _array[_nextIndex];
1 reference to _current
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryArray`1.cs (1)
333
public T Current =>
_current
;