1 write to m_comment
System (1)
net\System\Net\cookie.cs (1)
141
m_comment
= value;
5 references to m_comment
System (5)
net\System\Net\cookie.cs (5)
135
return
m_comment
;
312
clonedCookie.Comment =
m_comment
;
779
if (
m_comment
!=null &&
m_comment
.Length>0) {
780
result += SeparatorLiteral + CommentAttributeName + EqualsLiteral +
m_comment
;