3 references to CommentAttributeName
System (3)
net\System\Net\cookie.cs (3)
393throw new CookieException(SR.GetString(SR.net_cookie_attribute, CommentAttributeName, Comment)); 780result += SeparatorLiteral + CommentAttributeName + EqualsLiteral + m_comment; 1276new RecognizedAttribute(Cookie.CommentAttributeName, CookieToken.Comment),