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