1 write to _from
Microsoft.Net.Http.Headers (1)
RangeItemHeaderValue.cs (1)
46
_from
= from;
9 references to _from
Microsoft.Net.Http.Headers (9)
RangeItemHeaderValue.cs (9)
55
get { return
_from
; }
69
if (!
_from
.HasValue)
75
return
_from
.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo) + "-";
77
return
_from
.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo) + "-" +
84
return obj is RangeItemHeaderValue other && ((
_from
== other.
_from
) && (_to == other._to));
90
if (!
_from
.HasValue)
96
return
_from
.GetValueOrDefault().GetHashCode();
98
return
_from
.GetValueOrDefault().GetHashCode() ^ _to.GetValueOrDefault().GetHashCode();