Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
5 references to Current
System.Private.CoreLib (5)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs (4)
43ReadOnlySpan<char> root = line[fields.Current]; 50ReadOnlySpan<char> mountPoint = line[fields.Current]; 67ReadOnlySpan<char> fileSystemType = line[fields.Current]; 80ReadOnlySpan<char> superOptions = line[fields.Current];
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
5967object IEnumerator.Current => Current;