1 write to _fromCacheOption
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
97
_fromCacheOption
= parseResult.GetValue(InstallingWorkloadCommandParser.FromCacheOption);
6 references to _fromCacheOption
dotnet (6)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
221
DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(
_fromCacheOption
) ? null : new DirectoryPath(
_fromCacheOption
);
Commands\Workload\Update\WorkloadUpdateCommand.cs (4)
104
string.IsNullOrWhiteSpace(
_fromCacheOption
) ?
106
new DirectoryPath(
_fromCacheOption
))
149
DirectoryPath? offlineCache = string.IsNullOrWhiteSpace(
_fromCacheOption
) ? null : new DirectoryPath(
_fromCacheOption
);