6 writes to _from
System.Net.Http (6)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (6)
47
_from
= from;
61
_from
= -1;
72
_from
= from;
80
_from
= -1;
88
_from
= source._from;
355
result.
_from
= from;
7 references to _from
System.Net.Http (7)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (7)
27
public long? From => HasRange ?
_from
: null;
35
public bool HasRange =>
_from
>= 0; // e.g. "Content-Range: bytes */1234"
88
_from = source.
_from
;
96
_from
== other.
_from
&&
104
_from
,
116
sb.AppendSpanFormattable(
_from
);