1 write to _shouldShutdownInstaller
dotnet (1)
Commands\Workload\Install\WorkloadInstallCommand.cs (1)
65
_shouldShutdownInstaller
= _workloadInstallerFromConstructor != null;
2 references to _shouldShutdownInstaller
dotnet (2)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
191
if (
_shouldShutdownInstaller
)
201
if (
_shouldShutdownInstaller
)