5 references to _log
dotnet (5)
Installer\Windows\InstallClientElevationContext.cs (5)
43_log?.LogMessage($"Attempting to start the elevated command instance. {startInfo.FileName} {startInfo.Arguments}."); 61_log.AddNamedPipe(WindowsUtils.CreatePipeName(_serverProcess.Id, "log")); 65_log.LogMessage("Elevated command instance started."); 69_log?.LogMessage($"Failed to start the elevated command instance."); 77_log?.LogMessage($"Elevated command instance has exited.");