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