Base:
method
GetHashCode
System.ValueType.GetHashCode()
2 references to GetHashCode
Microsoft.Net.Http.Headers (1)
RangeConditionHeaderValue.cs (1)
104
return _lastModified.GetValueOrDefault().
GetHashCode
();
System.Net.Http (1)
System\Net\Http\Headers\RangeConditionHeaderValue.cs (1)
51
public override int GetHashCode() => _entityTag?.GetHashCode() ?? _date.
GetHashCode
();