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)
23
public string? Comment =>
_comment
;
76
_comment = source.
_comment
;
93
if (!string.IsNullOrEmpty(
_comment
))
96
sb.Append(
_comment
);
109
string.Equals(
_comment
, other.
_comment
, StringComparison.Ordinal);
116
_comment
);