5 references to UnixDomainSocket
Microsoft.Diagnostics.NETCore.Client (5)
DiagnosticsIpc\IpcEndpointConfig.cs (3)
61case TransportType.UnixDomainSocket: 129TransportType transportType = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TransportType.NamedPipe : TransportType.UnixDomainSocket; 173transportType = TransportType.UnixDomainSocket;
DiagnosticsIpc\IpcTransport.cs (2)
73else if (config.Transport == IpcEndpointConfig.TransportType.UnixDomainSocket) 121else if (config.Transport == IpcEndpointConfig.TransportType.UnixDomainSocket)