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)
55get { return _from; } 69if (!_from.HasValue) 75return _from.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo) + "-"; 77return _from.GetValueOrDefault().ToString(NumberFormatInfo.InvariantInfo) + "-" + 84return obj is RangeItemHeaderValue other && ((_from == other._from) && (_to == other._to)); 90if (!_from.HasValue) 96return _from.GetValueOrDefault().GetHashCode(); 98return _from.GetValueOrDefault().GetHashCode() ^ _to.GetValueOrDefault().GetHashCode();