2 references to NamedPipeSchemaDefaultIPCRootPath
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcEndpointConfig.cs (2)
199
else if (address.StartsWith(
NamedPipeSchemaDefaultIPCRootPath
, StringComparison.OrdinalIgnoreCase))
201
address = address.Substring(
NamedPipeSchemaDefaultIPCRootPath
.Length);