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)
16
public string? Comment =>
_comment
;
41
_comment = source.
_comment
;
48
Debug.Assert(
_comment
!= null);
49
return
_comment
;
66
return string.Equals(
_comment
, other.
_comment
, StringComparison.Ordinal);
76
Debug.Assert(
_comment
!= null);
77
return
_comment
.GetHashCode();