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