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