2 writes to m_port
System (2)
net\System\Net\SocketPermission.cs (2)
96m_port = value; 153m_port = "-1";
7 references to m_port
System (7)
net\System\Net\SocketPermission.cs (7)
91get { return m_port;} 93if (m_port != null) { 117if (m_port == null) { 152if (string.Compare(m_port, "All", StringComparison.OrdinalIgnoreCase ) == 0) { 156port = Int32.Parse(m_port, NumberFormatInfo.InvariantInfo); 162throw new ArgumentException(SR.GetString(SR.net_perm_invalid_val, strPort, m_port), e); 166throw new ArgumentOutOfRangeException("port", port, SR.GetString(SR.net_perm_invalid_val, strPort, m_port));