1 write to CurrentProcess
dotnet (1)
Installer\Windows\InstallerBase.cs (1)
198
CurrentProcess
= Process.GetCurrentProcess();
5 references to CurrentProcess
dotnet (5)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
59
Log?.LogMessage($"Executing: {Microsoft.DotNet.Cli.Utils.Windows.GetProcessCommandLine()}, PID: {
CurrentProcess
.Id}, PPID: {ParentProcess.Id}");
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (3)
171
if (ParentProcess == null || ParentProcess.StartTime >
CurrentProcess
.StartTime ||
192
string pipeName = WindowsUtils.CreatePipeName(
CurrentProcess
.Id);
197
string logPipeName = WindowsUtils.CreatePipeName(
CurrentProcess
.Id, "log");
Installer\Windows\InstallerBase.cs (1)
199
ParentProcess =
CurrentProcess
.GetParentProcess();