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)
550
get { return
_ipcServerPath
; }
563
_ipcServer = IpcServerTransport.Create(
_ipcServerPath
, IpcServerTransport.MaxAllowedConnections, ReversedDiagnosticsServer.Kind.Ipc);
579
_logger?.LogDebug($"Waiting for new ipc connection at endpoint \"{
_ipcServerPath
}\".");