1 write to _to
Microsoft.Net.Http.Headers (1)
RangeItemHeaderValue.cs (1)
47
_to
= to;
9 references to _to
Microsoft.Net.Http.Headers (9)
RangeItemHeaderValue.cs (9)
63
get { return
_to
; }
71
return "-" +
_to
.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo);
73
else if (!
_to
.HasValue)
78
_to
.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo);
84
return obj is RangeItemHeaderValue other && ((_from == other._from) && (
_to
== other.
_to
));
92
return
_to
.GetValueOrDefault().GetHashCode();
94
else if (!
_to
.HasValue)
98
return _from.GetValueOrDefault().GetHashCode() ^
_to
.GetValueOrDefault().GetHashCode();