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