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)
63get { return _to; } 71return "-" + _to.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo); 73else if (!_to.HasValue) 78_to.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo); 84return obj is RangeItemHeaderValue other && ((_from == other._from) && (_to == other._to)); 92return _to.GetValueOrDefault().GetHashCode(); 94else if (!_to.HasValue) 98return _from.GetValueOrDefault().GetHashCode() ^ _to.GetValueOrDefault().GetHashCode();