1 write to _shouldShutdownInstaller
dotnet (1)
Commands\Workload\Install\WorkloadInstallCommand.cs (1)
82
_shouldShutdownInstaller
= _workloadInstallerFromConstructor != null;
2 references to _shouldShutdownInstaller
dotnet (2)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
206
if (
_shouldShutdownInstaller
)
216
if (
_shouldShutdownInstaller
)