4 writes to _tag
Microsoft.Net.Http.Headers (4)
EntityTagHeaderValue.cs (4)
58
_tag
= tag;
68
_tag
= tag;
260
parsedValue.
_tag
= input;
265
parsedValue.
_tag
= input.Subsegment(tagStartIndex, tagLength);
6 references to _tag
Microsoft.Net.Http.Headers (6)
EntityTagHeaderValue.cs (6)
80
public StringSegment Tag =>
_tag
;
92
return "W/" +
_tag
.ToString();
94
return
_tag
.ToString();
109
return obj is EntityTagHeaderValue other && _isWeak == other._isWeak && StringSegment.Equals(
_tag
, other.
_tag
, StringComparison.Ordinal);
116
return
_tag
.GetHashCode() ^ _isWeak.GetHashCode();