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