2 writes to _tcpServerAddress
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
303_tcpServerAddress = IpcTcpSocketEndPoint.NormalizeTcpIpEndPoint(string.IsNullOrEmpty(tcpServer) ? "127.0.0.1:0" : tcpServer); 336_tcpServerAddress = _tcpServerAddress.Replace(":0", string.Format(":{0}", ipEP.Port));
4 references to _tcpServerAddress
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (4)
293get { return _tcpServerAddress; } 305_tcpServer = new ReversedDiagnosticsServer(_tcpServerAddress, ReversedDiagnosticsServer.Kind.Tcp); 329public override string ServerAddress => _tcpServerAddress; 336_tcpServerAddress = _tcpServerAddress.Replace(":0", string.Format(":{0}", ipEP.Port));