7 references to NamedPipe
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsIpc\IpcEndpointConfig.cs (5)
52case TransportType.NamedPipe: 129TransportType transportType = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TransportType.NamedPipe : TransportType.UnixDomainSocket; 168transportType = TransportType.NamedPipe; 189transportType = TransportType.NamedPipe; 193if (transportType == TransportType.NamedPipe)
DiagnosticsIpc\IpcTransport.cs (2)
62if (config.Transport == IpcEndpointConfig.TransportType.NamedPipe) 104if (config.Transport == IpcEndpointConfig.TransportType.NamedPipe)