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;
53
if (
_serverProcess
.Start())
55
InitializeDispatcher(new NamedPipeClientStream(".", WindowsUtils.CreatePipeName(
_serverProcess
.Id), PipeDirection.InOut));
61
_log.AddNamedPipe(WindowsUtils.CreatePipeName(
_serverProcess
.Id, "log"));