4 writes to _to
System.Net.Http (4)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (4)
48
_to
= to;
73
_to
= to;
89
_to
= source._to;
356
result.
_to
= to;
6 references to _to
System.Net.Http (6)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (6)
29
public long? To => HasRange ?
_to
: null;
89
_to = source.
_to
;
97
_to
== other.
_to
&&
105
_to
,
118
sb.AppendSpanFormattable(
_to
);