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)
166
if (_index ==
_headers
.Count)
173
_header =
_headers
[_index] ?? string.Empty;