1 write to _serverProcess
dotnet (1)
Installer\Windows\InstallClientElevationContext.cs (1)
45_serverProcess = new Process
4 references to _serverProcess
dotnet (4)
Installer\Windows\InstallClientElevationContext.cs (4)
51_serverProcess.Exited += ServerExited; 53if (_serverProcess.Start()) 55InitializeDispatcher(new NamedPipeClientStream(".", WindowsUtils.CreatePipeName(_serverProcess.Id), PipeDirection.InOut)); 61_log.AddNamedPipe(WindowsUtils.CreatePipeName(_serverProcess.Id, "log"));