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)
293
get { return
_tcpServerAddress
; }
305
_tcpServer = new ReversedDiagnosticsServer(
_tcpServerAddress
, ReversedDiagnosticsServer.Kind.Tcp);
329
public override string ServerAddress =>
_tcpServerAddress
;
336
_tcpServerAddress =
_tcpServerAddress
.Replace(":0", string.Format(":{0}", ipEP.Port));