3 writes to _value
System.Net.Http (3)
System\Net\Http\Headers\StringWithQualityHeaderValue.cs (3)
25
_value
= value;
36
_value
= value;
44
_value
= source._value;
7 references to _value
System.Net.Http (7)
System\Net\Http\Headers\StringWithQualityHeaderValue.cs (7)
17
public string Value =>
_value
;
44
_value = source.
_value
;
50
?
_value
51
: string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"{
_value
}; q={_quality:0.0##}");
55
string.Equals(
_value
, other.
_value
, StringComparison.OrdinalIgnoreCase) &&
62
HashCode.Combine(StringComparer.OrdinalIgnoreCase.GetHashCode(
_value
), _quality);