9 references to SpecifiedWorkloadSetVersionOnCommandLine
dotnet (9)
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
64
if (
SpecifiedWorkloadSetVersionOnCommandLine
)
171
else if (_skipManifestUpdate &&
SpecifiedWorkloadSetVersionOnCommandLine
&&
242
!
SpecifiedWorkloadSetVersionOnCommandLine
&&
Commands\Workload\InstallingWorkloadCommand.cs (6)
139
if (SpecifiedWorkloadSetVersionInGlobalJson && (
SpecifiedWorkloadSetVersionOnCommandLine
|| UseRollback || FromHistory))
143
else if (
SpecifiedWorkloadSetVersionOnCommandLine
&& UseRollback)
149
else if (
SpecifiedWorkloadSetVersionOnCommandLine
&& FromHistory)
159
else if (_shouldUseWorkloadSets == false && (SpecifiedWorkloadSetVersionInGlobalJson ||
SpecifiedWorkloadSetVersionOnCommandLine
|| FromHistory && _WorkloadHistoryRecord.WorkloadSetVersion is not null))
202
if (
SpecifiedWorkloadSetVersionOnCommandLine
)
299
else if (
SpecifiedWorkloadSetVersionOnCommandLine
)