1 write to _headers
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\HeaderSegmentCollection.cs (1)
82_headers = headers;
2 references to _headers
Microsoft.AspNetCore.Http.Abstractions (2)
Internal\HeaderSegmentCollection.cs (2)
166if (_index == _headers.Count) 173_header = _headers[_index] ?? string.Empty;