6 writes to _current
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpHeaders.Generated.cs (5)
17590
_current
= new KeyValuePair<string, StringValues>(HeaderNames.ETag, _collection._headers._ETag);
17596
_current
= new KeyValuePair<string, StringValues>(HeaderNames.GrpcMessage, _collection._headers._GrpcMessage);
17602
_current
= new KeyValuePair<string, StringValues>(HeaderNames.GrpcStatus, _collection._headers._GrpcStatus);
17610
_current
= default(KeyValuePair<string, StringValues>);
17614
_current
= _unknownEnumerator.Current;
Internal\Http\HttpResponseTrailers.cs (1)
64
_current
= default;
2 references to _current
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpResponseTrailers.cs (2)
72
public readonly KeyValuePair<string, StringValues> Current =>
_current
;
76
readonly object IEnumerator.Current =>
_current
;