Base:
1 reference to GetHashCode
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\HeaderSegmentCollection.cs (1)
35
return (!StringValues.IsNullOrEmpty(_headers) ? _headers.
GetHashCode
() : 0);