1 write to _ipcServerPath
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
561_ipcServerPath = ipcServer;
3 references to _ipcServerPath
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (3)
550get { return _ipcServerPath; } 563_ipcServer = IpcServerTransport.Create(_ipcServerPath, IpcServerTransport.MaxAllowedConnections, ReversedDiagnosticsServer.Kind.Ipc); 579_logger?.LogDebug($"Waiting for new ipc connection at endpoint \"{_ipcServerPath}\".");