2 writes to Comment
System (2)
net\System\Net\cookie.cs (2)
312
clonedCookie.
Comment
= m_comment;
1384
cookie.
Comment
= m_tokenizer.Value;
7 references to Comment
System (7)
net\System\Net\cookie.cs (7)
390
if (
Comment
!= null && !(
Comment
.Length > 2 &&
Comment
[0] == '\"' &&
Comment
[
Comment
.Length-1] == '\"')
391
&& (
Comment
.IndexOfAny(Reserved2Value) != -1)) {
393
throw new CookieException(SR.GetString(SR.net_cookie_attribute, CommentAttributeName,
Comment
));