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