2 writes to _comment
System.Net.Http (2)
System\Net\Http\Headers\ProductInfoHeaderValue.cs (2)
33_comment = comment; 41_comment = source._comment;
8 references to _comment
System.Net.Http (8)
System\Net\Http\Headers\ProductInfoHeaderValue.cs (8)
16public string? Comment => _comment; 41_comment = source._comment; 48Debug.Assert(_comment != null); 49return _comment; 66return string.Equals(_comment, other._comment, StringComparison.Ordinal); 76Debug.Assert(_comment != null); 77return _comment.GetHashCode();