Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
4 references to Current
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\FormDataReader.cs (2)
311
public ReadOnlyMemory<char> Current => _enumerator.
Current
.Value;
313
object IEnumerator.Current => _enumerator.
Current
;
Microsoft.AspNetCore.Http.Extensions (2)
src\Components\Endpoints\src\FormMapping\FormDataReader.cs (2)
311
public ReadOnlyMemory<char> Current => _enumerator.
Current
.Value;
313
object IEnumerator.Current => _enumerator.
Current
;