1 write to _current
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
48
_current
= _next.GetEnumerator();
3 references to _current
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (3)
38
public T Current =>
_current
.Current;
43
if (
_current
.MoveNext())
50
return
_current
.MoveNext();