4 references to CreatePipeName
dotnet (4)
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (2)
192string pipeName = WindowsUtils.CreatePipeName(CurrentProcess.Id); 197string logPipeName = WindowsUtils.CreatePipeName(CurrentProcess.Id, "log");
Installer\Windows\InstallClientElevationContext.cs (2)
55InitializeDispatcher(new NamedPipeClientStream(".", WindowsUtils.CreatePipeName(_serverProcess.Id), PipeDirection.InOut)); 61_log.AddNamedPipe(WindowsUtils.CreatePipeName(_serverProcess.Id, "log"));