3 writes to _comment
System.Net.Http (3)
System\Net\Http\Headers\ViaHeaderValue.cs (3)
35_comment = comment; 62_comment = comment; 76_comment = source._comment;
7 references to _comment
System.Net.Http (7)
System\Net\Http\Headers\ViaHeaderValue.cs (7)
23public string? Comment => _comment; 76_comment = source._comment; 93if (!string.IsNullOrEmpty(_comment)) 96sb.Append(_comment); 109string.Equals(_comment, other._comment, StringComparison.Ordinal); 116_comment);