1 write to _tcpServer
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
305_tcpServer = new ReversedDiagnosticsServer(_tcpServerAddress, ReversedDiagnosticsServer.Kind.Tcp);
5 references to _tcpServer
Microsoft.Diagnostics.NETCore.Client (5)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (5)
306_tcpServer.TransportCallback = this; 311_tcpServer.Start(); 316await _tcpServer.DisposeAsync().ConfigureAwait(false); 323_tcpServer.RemoveConnection(NetServerEndpointInfo.RuntimeInstanceCookie); 328protected override Task<IpcEndpointInfo> AcceptAsyncImpl(CancellationToken token) => _tcpServer.AcceptAsync(token);