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