3 references to Ipc
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (1)
26
else if (kind == ReversedDiagnosticsServer.Kind.
Ipc
|| !IpcTcpSocketEndPoint.IsTcpIpEndPoint(address))
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
563
_ipcServer = IpcServerTransport.Create(_ipcServerPath, IpcServerTransport.MaxAllowedConnections, ReversedDiagnosticsServer.Kind.
Ipc
);
ReversedServer\ReversedDiagnosticsServer.cs (1)
34
private Kind _kind = Kind.
Ipc
;