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