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)
72public readonly KeyValuePair<string, StringValues> Current => _current; 76readonly object IEnumerator.Current => _current;