5 writes to _port
System.Runtime.Remoting (5)
channels\tcp\tcpserverchannel.cs (5)
67_port = port; 75_port = port; 83_port = port; 105case "port": _port = Convert.ToInt32(entry.Value, CultureInfo.InvariantCulture); break; 326_port = ((IPEndPoint)_tcpListener.LocalEndpoint).Port;
7 references to _port
System.Runtime.Remoting (7)
channels\tcp\tcpserverchannel.cs (7)
208if (_port > 0) 225if (_port >= 0) 228_tcpListener = new ExclusiveTcpListener(_bindToAddr, _port); 297return "tcp://" + _machineName + ":" + _port; 319if (_port >= 0) 324if (_port == 0) 343if (_port > 0)