3 references to NamedPipeSchema
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcEndpointConfig.cs (3)
56
throw new PlatformNotSupportedException($"{
NamedPipeSchema
} is only supported on Windows.");
65
throw new PlatformNotSupportedException($"{UnixDomainSocketSchema} is not supported on Windows, use {
NamedPipeSchema
}.");
166
if (string.Equals(parsedAddress.Scheme,
NamedPipeSchema
, StringComparison.OrdinalIgnoreCase))