2 writes to _from
System.Net.Http (2)
System\Net\Http\Headers\RangeItemHeaderValue.cs (2)
40
_from
= from ?? -1;
48
_from
= source._from;
9 references to _from
System.Net.Http (9)
System\Net\Http\Headers\RangeItemHeaderValue.cs (9)
17
public long? From =>
_from
>= 0 ?
_from
: null;
48
_from = source.
_from
;
56
if (
_from
< 0)
63
return string.Create(CultureInfo.InvariantCulture, stackBuffer, $"{
_from
}-"); ;
66
return string.Create(CultureInfo.InvariantCulture, stackBuffer, $"{
_from
}-{_to}");
71
_from
== other.
_from
&&
75
HashCode.Combine(
_from
, _to);