Implemented interface member:
2 references to Current
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25
public readonly T Current => _enumerator.
Current
;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1373
return
Current
;