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