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();
316
await
_tcpServer
.DisposeAsync().ConfigureAwait(false);
323
_tcpServer
.RemoveConnection(NetServerEndpointInfo.RuntimeInstanceCookie);
328
protected override Task<IpcEndpointInfo> AcceptAsyncImpl(CancellationToken token) =>
_tcpServer
.AcceptAsync(token);