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