1 write to m_comment
System.Net.Primitives (1)
System\Net\Cookie.cs (1)
129
m_comment
= value ?? string.Empty;
5 references to m_comment
System.Net.Primitives (5)
System\Net\Cookie.cs (5)
125
return
m_comment
;
294
clonedCookie.Comment =
m_comment
;
786
if (
m_comment
!= null &&
m_comment
.Length > 0)
788
result += SeparatorLiteral + CookieFields.CommentAttributeName + EqualsLiteral +
m_comment
;