2 references to CommentUrlAttributeName
System (2)
net\System\Net\cookie.cs (2)
783
result += SeparatorLiteral +
CommentUrlAttributeName
+ EqualsLiteral + QuotesLiteral + m_commentUri.ToString() + QuotesLiteral;
1277
new RecognizedAttribute(Cookie.
CommentUrlAttributeName
, CookieToken.CommentUrl),