1 write to _headers
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\HeaderSegmentCollection.cs (1)
15_headers = headers;
5 references to _headers
Microsoft.AspNetCore.Http.Abstractions (5)
Internal\HeaderSegmentCollection.cs (5)
20return StringValues.Equals(_headers, other._headers); 35return (!StringValues.IsNullOrEmpty(_headers) ? _headers.GetHashCode() : 0); 50return new Enumerator(_headers);