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