3 writes to Comment
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
620
cookie!.
Comment
= _tokenizer.Value;
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
620
cookie!.
Comment
= _tokenizer.Value;
System\Net\Cookie.cs (1)
294
clonedCookie.
Comment
= m_comment;
6 references to Comment
System.Net.Primitives (6)
System\Net\Cookie.cs (6)
374
if (
Comment
!= null && !(
Comment
.Length > 2 &&
Comment
.StartsWith('\"') &&
Comment
.EndsWith('\"'))
375
&& (
Comment
.AsSpan().ContainsAny(';', ',')))
379
throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.CommentAttributeName,
Comment
));