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)
43
ReadOnlySpan<char> root = line[fields.
Current
];
50
ReadOnlySpan<char> mountPoint = line[fields.
Current
];
67
ReadOnlySpan<char> fileSystemType = line[fields.
Current
];
80
ReadOnlySpan<char> superOptions = line[fields.
Current
];
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
5967
object IEnumerator.Current =>
Current
;