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