2 writes to m_port
System (2)
net\System\Net\cookie.cs (2)
580
m_port
= string.Empty;
604
m_port
= value;
9 references to m_port
System (9)
net\System\Net\cookie.cs (9)
302
clonedCookie.Port =
m_port
;
526
if (set_default && (m_port_implicit == false &&
m_port
.Length == 0)) {
541
throw new CookieException(SR.GetString(SR.net_cookie_attribute, PortAttributeName,
m_port
));
574
return
m_port
;
624
+ ((
m_port
.Length == 0) ? string.Empty : (EqualsLiteral +
m_port
))
803
if (!Plain && !m_port_implicit &&
m_port
!=null &&
m_port
.Length>0) {
805
result += SeparatorLiteral + PortAttributeName + EqualsLiteral +
m_port
;