1 write to IsRunningRestore
dotnet (1)
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
61IsRunningRestore = true
3 references to IsRunningRestore
dotnet (3)
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
172!IsRunningRestore) // When running restore, we first update workloads, then query the projects to figure out what workloads should be installed, then run the install command. 179!IsRunningRestore) // When running restore, we first update workloads, then query the projects to figure out what workloads should be installed, then run the install command. 189if (!IsRunningRestore)