Implemented interface member:
2 references to Current
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3HeadersEnumerator.cs (1)
102Current = result ? new KeyValuePair<string, string>(key, _stringValuesEnumerator.Current!) : default;
src\aspnetcore\src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs (1)
141Current = result ? new KeyValuePair<string, string>(key, _stringValuesEnumerator.Current!) : default;