9 references to SpecifiedWorkloadSetVersionOnCommandLine
dotnet (9)
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
47
if (
SpecifiedWorkloadSetVersionOnCommandLine
)
158
else if (_skipManifestUpdate &&
SpecifiedWorkloadSetVersionOnCommandLine
)
227
!
SpecifiedWorkloadSetVersionOnCommandLine
&&
Commands\Workload\InstallingWorkloadCommand.cs (6)
141
if (SpecifiedWorkloadSetVersionInGlobalJson && (
SpecifiedWorkloadSetVersionOnCommandLine
|| UseRollback || FromHistory))
145
else if (
SpecifiedWorkloadSetVersionOnCommandLine
&& UseRollback)
151
else if (
SpecifiedWorkloadSetVersionOnCommandLine
&& FromHistory)
161
else if (_shouldUseWorkloadSets == false && (SpecifiedWorkloadSetVersionInGlobalJson ||
SpecifiedWorkloadSetVersionOnCommandLine
|| FromHistory && _WorkloadHistoryRecord.WorkloadSetVersion is not null))
209
if (
SpecifiedWorkloadSetVersionOnCommandLine
)
302
else if (
SpecifiedWorkloadSetVersionOnCommandLine
)