1 write to m_comment
System (1)
net\System\Net\cookie.cs (1)
141m_comment = value;
5 references to m_comment
System (5)
net\System\Net\cookie.cs (5)
135return m_comment; 312clonedCookie.Comment = m_comment; 779if (m_comment!=null && m_comment.Length>0) { 780result += SeparatorLiteral + CommentAttributeName + EqualsLiteral + m_comment;