1 write to _ipcServer
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
563
_ipcServer
= IpcServerTransport.Create(_ipcServerPath, IpcServerTransport.MaxAllowedConnections, ReversedDiagnosticsServer.Kind.Ipc);
2 references to _ipcServer
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
572
_ipcServer
?.Dispose();
588
ipcServerStream = await
_ipcServer
.AcceptAsync(connectTokenSource.Token).ConfigureAwait(false);